Searched refs:kunit_add_named_resource (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/lib/kunit/ |
D | kunit-test.c | 423 kunit_add_named_resource(test, NULL, NULL, &res1, in kunit_resource_test_named() 429 kunit_add_named_resource(test, NULL, NULL, &res1, in kunit_resource_test_named() 434 kunit_add_named_resource(test, NULL, NULL, &res2, in kunit_resource_test_named()
|
/linux-6.12.1/include/kunit/ |
D | resource.h | 191 static inline int kunit_add_named_resource(struct kunit *test, in kunit_add_named_resource() function
|
/linux-6.12.1/lib/ |
D | slub_kunit.c | 199 kunit_add_named_resource(test, NULL, NULL, &resource, in test_init()
|
D | fortify_kunit.c | 1046 kunit_add_named_resource(test, NULL, NULL, &read_resource, in fortify_test_init() 1050 kunit_add_named_resource(test, NULL, NULL, &write_resource, in fortify_test_init()
|