Searched refs:kunit_alloc_resource (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/lib/kunit/ |
D | string-stream.c | 59 return kunit_alloc_resource(test, in alloc_string_stream_fragment() 204 return kunit_alloc_resource(test, in alloc_string_stream()
|
D | executor_test.c | 119 kunit_alloc_resource(test, NULL, kfree_res_free, GFP_KERNEL, in kfree_at_end()
|
D | test.c | 733 return kunit_alloc_resource(test, in kunit_kmalloc_array()
|
/Linux-v5.15/include/kunit/ |
D | test.h | 480 static inline void *kunit_alloc_resource(struct kunit *test, in kunit_alloc_resource() function
|
/Linux-v5.15/drivers/thunderbolt/ |
D | test.c | 33 kunit_alloc_resource(test, __ida_init, __ida_destroy, GFP_KERNEL, ida); in kunit_ida_init()
|