Home
last modified time | relevance | path

Searched refs:kunit_alloc_resource (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/kunit/
Dresource.h280 static inline void *kunit_alloc_resource(struct kunit *test, in kunit_alloc_resource() function
/linux-6.1.9/lib/kunit/
Dexecutor_test.c141 kunit_alloc_resource(test, NULL, kfree_res_free, GFP_KERNEL, in kfree_at_end()
Dtest.c709 return kunit_alloc_resource(test, in kunit_kmalloc_array()
/linux-6.1.9/drivers/thunderbolt/
Dtest.c33 kunit_alloc_resource(test, __ida_init, __ida_destroy, GFP_KERNEL, ida); in kunit_ida_init()