Home
last modified time | relevance | path

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

/linux-6.12.1/lib/kunit/
Dkunit-test.c196 res = kunit_alloc_and_get_resource(&ctx->test, in kunit_resource_test_alloc_resource()
230 struct kunit_resource *res = kunit_alloc_and_get_resource( in kunit_resource_test_destroy_resource()
251 struct kunit_resource *res = kunit_alloc_and_get_resource( in kunit_resource_test_remove_resource()
289 resources[i] = kunit_alloc_and_get_resource(&ctx->test, in kunit_resource_test_cleanup_resources()
342 res2 = kunit_alloc_and_get_resource(&ctx->test, in fake_resource_1_init()
375 res = kunit_alloc_and_get_resource(&ctx->test, in kunit_resource_test_proper_free_ordering()
/linux-6.12.1/include/kunit/
Dresource.h237 kunit_alloc_and_get_resource(struct kunit *test, in kunit_alloc_and_get_resource() function