Searched refs:kunit_add_resource (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/kunit/ |
| A D | test.c | 597 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 D | kunit-test.c | 318 KUNIT_EXPECT_EQ(test, kunit_add_resource(test, NULL, NULL, &res, &ctx), in kunit_resource_test_static()
|
| /linux/include/kunit/ |
| A D | test.h | 451 int kunit_add_resource(struct kunit *test, 501 if (!kunit_add_resource(test, init, free, res, context)) in kunit_alloc_resource()
|
Completed in 11 milliseconds