Home
last modified time | relevance | path

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

/linux/net/wireless/tests/
H A Dutil.h45 kunit_alloc_resource(test, t_wiphy_init, \
/linux/lib/kunit/
H A Dstatic_stub.c118 res = kunit_alloc_resource(test, NULL, in __kunit_activate_static_stub()
H A Duser_alloc.c106 vres = kunit_alloc_resource(test, in kunit_vm_mmap()
H A Dplatform.c58 return kunit_alloc_resource(test, in kunit_platform_device_alloc()
/linux/drivers/clk/
H A Dclk-fixed-rate_test.c89 hw = kunit_alloc_resource(test, in clk_hw_register_fixed_rate_kunit()
111 if (!kunit_alloc_resource(test, NULL, in clk_hw_unregister_fixed_rate_kunit()
/linux/include/kunit/
H A Dresource.h280 static inline void *kunit_alloc_resource(struct kunit *test, in kunit_alloc_resource() function
/linux/drivers/thunderbolt/
H A Dtest.c33 kunit_alloc_resource(test, __ida_init, __ida_destroy, GFP_KERNEL, ida); in kunit_ida_init()