Searched refs:kunit_add_named_resource (Results 1 – 4 of 4) sorted by relevance
/linux/lib/kunit/ |
H A 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/include/kunit/ |
H A D | resource.h | 191 static inline int kunit_add_named_resource(struct kunit *test, in kunit_add_named_resource() function
|
/linux/lib/ |
H A D | slub_kunit.c | 240 kunit_add_named_resource(test, NULL, NULL, &resource, in test_init()
|
H A 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()
|