Searched refs:kunit_remove_resource (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/lib/kunit/ |
H A D | resource.c | 48 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res) in kunit_remove_resource() function 61 EXPORT_SYMBOL_GPL(kunit_remove_resource); variable 72 kunit_remove_resource(test, res); in kunit_destroy_resource() 155 kunit_remove_resource(test, res); in kunit_remove_action() 173 kunit_remove_resource(test, res); in kunit_release_action()
|
H A D | static_stub.c | 79 kunit_remove_resource(test, res); in kunit_deactivate_static_stub()
|
H A D | kunit-test.c | 217 kunit_remove_resource(test, res); in kunit_resource_test_remove_resource() 223 kunit_remove_resource(test, res); in kunit_resource_test_remove_resource()
|
H A D | test.c | 907 kunit_remove_resource(test, res); in kunit_cleanup()
|
/kernel/linux/linux-5.10/lib/kunit/ |
H A D | test.c | 483 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res) in kunit_remove_resource() function 490 EXPORT_SYMBOL_GPL(kunit_remove_resource); variable 501 kunit_remove_resource(test, res); in kunit_destroy_resource() 557 kunit_remove_resource(test, res); in kunit_kfree() 592 kunit_remove_resource(test, res); in kunit_cleanup()
|
/kernel/linux/linux-6.6/include/kunit/ |
H A D | resource.h | 379 * kunit_remove_resource() - remove resource from resource list associated with 388 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res);
|
/kernel/linux/linux-5.10/include/kunit/ |
H A D | test.h | 538 * kunit_remove_resource() - remove resource from resource list associated with 547 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res);
|
Completed in 7 milliseconds