Home
last modified time | relevance | path

Searched refs:kunit_find_resource (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/lib/kunit/
H A Dstatic_stub.c25 /* Matching function for kunit_find_resource(). match_data is real_fn_addr. */
47 res = kunit_find_resource(test, in __kunit_get_static_stub_address_impl()
68 res = kunit_find_resource(test, in kunit_deactivate_static_stub()
77 * from kunit_find_resource() in kunit_deactivate_static_stub()
104 res = kunit_find_resource(test, in __kunit_activate_static_stub()
H A Dresource.c66 struct kunit_resource *res = kunit_find_resource(test, match, in kunit_destroy_resource()
151 res = kunit_find_resource(test, __kunit_action_match, &match_ctx); in kunit_remove_action()
171 res = kunit_find_resource(test, __kunit_action_match, &match_ctx); in kunit_release_action()
/kernel/linux/linux-6.6/include/kunit/
H A Dresource.h37 * kunit_alloc_and_get_resource() or kunit_find_resource(), we need
97 * retrieved by kunit_find_resource*().
317 * kunit_find_resource() - Find a resource using match function/data.
323 kunit_find_resource(struct kunit *test, in kunit_find_resource() function
354 return kunit_find_resource(test, kunit_resource_name_match, in kunit_find_named_resource()
/kernel/linux/linux-5.10/lib/kunit/
H A Dtest.c495 struct kunit_resource *res = kunit_find_resource(test, match, in kunit_destroy_resource()
550 res = kunit_find_resource(test, kunit_resource_instance_match, in kunit_kfree()
/kernel/linux/linux-5.10/include/kunit/
H A Dtest.h36 * kunit_alloc_and_get_resource() or kunit_find_resource(), we need
336 * retrieved by kunit_find_resource*().
477 * kunit_find_resource() - Find a resource using match function/data.
483 kunit_find_resource(struct kunit *test, in kunit_find_resource() function
513 return kunit_find_resource(test, kunit_resource_name_match, in kunit_find_named_resource()

Completed in 5 milliseconds