Searched refs:kunit_add_named_resource (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/lib/kunit/ |
D | kunit-test.c | 334 kunit_add_named_resource(test, NULL, NULL, &res1, in kunit_resource_test_named() 340 kunit_add_named_resource(test, NULL, NULL, &res1, in kunit_resource_test_named() 345 kunit_add_named_resource(test, NULL, NULL, &res2, in kunit_resource_test_named()
|
D | test.c | 624 int kunit_add_named_resource(struct kunit *test, in kunit_add_named_resource() function 646 EXPORT_SYMBOL_GPL(kunit_add_named_resource);
|
/Linux-v5.15/lib/ |
D | slub_kunit.c | 127 kunit_add_named_resource(test, NULL, NULL, &resource, in test_init()
|
D | test_kasan.c | 57 kunit_add_named_resource(test, NULL, NULL, &resource, in kasan_test_init()
|
/Linux-v5.15/include/kunit/ |
D | test.h | 457 int kunit_add_named_resource(struct kunit *test,
|