Searched refs:kunit_resource_name_match (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/include/kunit/ |
H A D | resource.h | 304 * kunit_resource_name_match() - Match a resource with the same name. 309 static inline bool kunit_resource_name_match(struct kunit *test, in kunit_resource_name_match() function 354 return kunit_find_resource(test, kunit_resource_name_match, in kunit_find_named_resource() 374 return kunit_destroy_resource(test, kunit_resource_name_match, in kunit_destroy_named_resource()
|
/kernel/linux/linux-5.10/include/kunit/ |
H A D | test.h | 464 * kunit_resource_name_match() - Match a resource with the same name. 469 static inline bool kunit_resource_name_match(struct kunit *test, in kunit_resource_name_match() function 513 return kunit_find_resource(test, kunit_resource_name_match, in kunit_find_named_resource() 533 return kunit_destroy_resource(test, kunit_resource_name_match, in kunit_destroy_named_resource()
|
Completed in 3 milliseconds