Searched refs:kunit_remove_resource (Results 1 – 2 of 2) sorted by relevance
676 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res) in kunit_remove_resource() function685 EXPORT_SYMBOL_GPL(kunit_remove_resource);696 kunit_remove_resource(test, res); in kunit_destroy_resource()754 kunit_remove_resource(test, res); in kunit_kfree()790 kunit_remove_resource(test, res); in kunit_cleanup()
612 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res);
Completed in 9 milliseconds