Home
last modified time | relevance | path

Searched refs:kunit_add_resource (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/lib/kunit/
H A Dtest.c405 int kunit_add_resource(struct kunit *test, in kunit_add_resource() function
431 EXPORT_SYMBOL_GPL(kunit_add_resource);
453 return kunit_add_resource(test, init, free, res, data); in kunit_add_named_resource()
470 ret = kunit_add_resource(test, init, free, res, data); in kunit_alloc_and_get_resource()
H A Dkunit-test.c318 KUNIT_EXPECT_EQ(test, kunit_add_resource(test, NULL, NULL, &res, &ctx), in kunit_resource_test_static()
/OK3568_Linux_fs/kernel/include/kunit/
H A Dtest.h387 int kunit_add_resource(struct kunit *test,
437 if (!kunit_add_resource(test, init, free, res, context)) in kunit_alloc_resource()