Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/lib/kunit/
H A Dkunit-test.c391 found = kunit_find_named_resource(test, "resource_1"); in kunit_resource_test_named()
/openbmc/linux/mm/
H A Dslub.c654 resource = kunit_find_named_resource(current->kunit_test, "slab_errors"); in slab_add_kunit_errors()