Home
last modified time | relevance | path

Searched refs:kunit_alloc_and_get_resource (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/lib/kunit/
Dkunit-test.c149 res = kunit_alloc_and_get_resource(&ctx->test, in kunit_resource_test_alloc_resource()
183 struct kunit_resource *res = kunit_alloc_and_get_resource( in kunit_resource_test_destroy_resource()
204 struct kunit_resource *res = kunit_alloc_and_get_resource( in kunit_resource_test_remove_resource()
242 resources[i] = kunit_alloc_and_get_resource(&ctx->test, in kunit_resource_test_cleanup_resources()
295 res2 = kunit_alloc_and_get_resource(&ctx->test, in fake_resource_1_init()
328 res = kunit_alloc_and_get_resource(&ctx->test, in kunit_resource_test_proper_free_ordering()
/Linux-v6.6/include/kunit/
Dresource.h237 kunit_alloc_and_get_resource(struct kunit *test, in kunit_alloc_and_get_resource() function