test_info
struct test_info *test;
test = kmem_zalloc(sizeof (struct test_info), KM_SLEEP);
kmem_free(test, sizeof (struct test_info));
struct test_info *test, **prev;
kmem_free(test, sizeof (struct test_info));
struct test_info *test, **prev;
kmem_free(test, sizeof (struct test_info));
struct test_info *test;
struct test_info *test;
struct test_info *next; /* linked list of tests */
static struct test_info *test_base = NULL;