kunit_alloc_resource
if (!kunit_alloc_resource(test, NULL,
hw = kunit_alloc_resource(test,
kunit_alloc_resource(test, __ida_init, __ida_destroy, GFP_KERNEL, ida);
void *data = kunit_alloc_resource(test, example_resource_init, example_resource_free,
return kunit_alloc_resource(test,
res = kunit_alloc_resource(test, NULL,
vres = kunit_alloc_resource(test,
kunit_alloc_resource(test, t_sdata_init, \
kunit_alloc_resource(test, t_wiphy_init, \