Home
last modified time | relevance | path

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

/linux/lib/kunit/
A Dtest.c597 int kunit_add_resource(struct kunit *test, in kunit_add_resource() function
624 EXPORT_SYMBOL_GPL(kunit_add_resource);
646 return kunit_add_resource(test, init, free, res, data); in kunit_add_named_resource()
663 ret = kunit_add_resource(test, init, free, res, data); in kunit_alloc_and_get_resource()
A Dkunit-test.c318 KUNIT_EXPECT_EQ(test, kunit_add_resource(test, NULL, NULL, &res, &ctx), in kunit_resource_test_static()
/linux/include/kunit/
A Dtest.h451 int kunit_add_resource(struct kunit *test,
501 if (!kunit_add_resource(test, init, free, res, context)) in kunit_alloc_resource()

Completed in 15 milliseconds