Home
last modified time | relevance | path

Searched refs:kunit_add_named_resource (Results 1 – 4 of 4) sorted by relevance

/linux/lib/kunit/
H A Dkunit-test.c423 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/lib/
H A Dslub_kunit.c193 kunit_add_named_resource(test, NULL, NULL, &resource,
H A Dfortify_kunit.c1047 kunit_add_named_resource(test, NULL, NULL, &read_resource, in fortify_test_init()
1051 kunit_add_named_resource(test, NULL, NULL, &write_resource, in fortify_test_init()
/linux/include/kunit/
H A Dresource.h191 static inline int kunit_add_named_resource(struct kunit *test, in kunit_add_named_resource() function