Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/kunit/
H A Dresource.c48 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 Dstatic_stub.c79 kunit_remove_resource(test, res); in kunit_deactivate_static_stub()
H A Dkunit-test.c217 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 Dtest.c907 kunit_remove_resource(test, res); in kunit_cleanup()
/kernel/linux/linux-5.10/lib/kunit/
H A Dtest.c483 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 Dresource.h379 * 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 Dtest.h538 * 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