Searched refs:kunit_alloc_resource (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/kunit/ ! |
D | resource.h | 280 static inline void *kunit_alloc_resource(struct kunit *test, in kunit_alloc_resource() function
|
/linux-6.1.9/lib/kunit/ ! |
D | executor_test.c | 141 kunit_alloc_resource(test, NULL, kfree_res_free, GFP_KERNEL, in kfree_at_end()
|
D | test.c | 709 return kunit_alloc_resource(test, in kunit_kmalloc_array()
|
/linux-6.1.9/drivers/thunderbolt/ ! |
D | test.c | 33 kunit_alloc_resource(test, __ida_init, __ida_destroy, GFP_KERNEL, ida); in kunit_ida_init()
|