Home
last modified time | relevance | path

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

/linux/include/kunit/
H A Dresource.h180 kunit_find_named_resource(struct kunit *test, const char *name);
203 existing = kunit_find_named_resource(test, name); in kunit_add_named_resource()
351 kunit_find_named_resource(struct kunit *test, in kunit_find_named_resource() function
/linux/lib/kunit/
H A Dkunit-test.c438 found = kunit_find_named_resource(test, "resource_1"); in kunit_resource_test_named()
/linux/lib/
H A Dfortify_kunit.c74 resource = kunit_find_named_resource(current_test, in fortify_add_kunit_error()
/linux/mm/
H A Dslub.c811 resource = kunit_find_named_resource(current->kunit_test, "slab_errors"); in slab_add_kunit_errors()
827 resource = kunit_find_named_resource(current->kunit_test, "slab_errors"); in slab_in_kunit_test()