Home
last modified time | relevance | path

Searched refs:kunit_find_named_resource (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/include/kunit/
H A Dresource.h79 * basis also. kunit_add_named_resource(), kunit_find_named_resource()
180 kunit_find_named_resource(struct kunit *test, const char *name);
203 existing = kunit_find_named_resource(test, name); in kunit_add_named_resource()
346 * kunit_find_named_resource() - Find a resource using match name.
351 kunit_find_named_resource(struct kunit *test, in kunit_find_named_resource() function
/kernel/linux/linux-5.10/lib/kunit/
H A Dkunit-test.c349 found = kunit_find_named_resource(test, "resource_1"); in kunit_resource_test_named()
H A Dtest.c445 existing = kunit_find_named_resource(test, name); in kunit_add_named_resource()
/kernel/linux/linux-5.10/mm/kasan/
H A Dreport.c467 resource = kunit_find_named_resource(cur_test, "kasan_data"); in kasan_update_kunit_status()
/kernel/linux/linux-6.6/lib/kunit/
H A Dkunit-test.c391 found = kunit_find_named_resource(test, "resource_1"); in kunit_resource_test_named()
/kernel/linux/linux-5.10/include/kunit/
H A Dtest.h78 * basis also. kunit_add_named_resource(), kunit_find_named_resource()
505 * kunit_find_named_resource() - Find a resource using match name.
510 kunit_find_named_resource(struct kunit *test, in kunit_find_named_resource() function
/kernel/linux/linux-6.6/mm/
H A Dslub.c654 resource = kunit_find_named_resource(current->kunit_test, "slab_errors"); in slab_add_kunit_errors()

Completed in 15 milliseconds