Searched refs:kunit_add_resource (Results 1 – 2 of 2) sorted by relevance
/lib/kunit/ |
D | test.c | 405 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()
|
D | kunit-test.c | 318 KUNIT_EXPECT_EQ(test, kunit_add_resource(test, NULL, NULL, &res, &ctx), in kunit_resource_test_static()
|