Home
last modified time | relevance | path

Searched refs:kunit_remove_resource (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/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);
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()
/openbmc/linux/include/kunit/
H A Dresource.h388 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res);