Searched refs:test_info (Results 1 – 1 of 1) sorted by relevance
55 struct test_info { struct56 struct test_info *next; /* linked list of tests */ argument67 static struct test_info *test_base = NULL; argument100 struct test_info *test; in ac_mem_test_start()185 test = kmem_zalloc(sizeof (struct test_info), KM_SLEEP); in ac_mem_test_start()211 kmem_free(test, sizeof (struct test_info)); in ac_mem_test_start()237 struct test_info *test, **prev; in ac_mem_test_stop()291 kmem_free(test, sizeof (struct test_info)); in ac_mem_test_stop()301 struct test_info *test, **prev; in ac_mem_test_stop_on_close()346 kmem_free(test, sizeof (struct test_info)); in ac_mem_test_stop_on_close()[all …]