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

/linux-master/lib/kunit/
H A Dkunit-test.c154 res = kunit_alloc_and_get_resource(&ctx->test,
178 * Note: tests below use kunit_alloc_and_get_resource(), so as a consequence
188 struct kunit_resource *res = kunit_alloc_and_get_resource(
209 struct kunit_resource *res = kunit_alloc_and_get_resource(
247 resources[i] = kunit_alloc_and_get_resource(&ctx->test,
300 res2 = kunit_alloc_and_get_resource(&ctx->test,
333 res = kunit_alloc_and_get_resource(&ctx->test,
/linux-master/include/kunit/
H A Dresource.h37 * kunit_alloc_and_get_resource() or kunit_find_resource(), we need
216 * kunit_alloc_and_get_resource() - Allocates and returns a *test managed resource*.
237 kunit_alloc_and_get_resource(struct kunit *test, function

Completed in 201 milliseconds