Searched refs:kunit_destroy_resource (Results 1 – 4 of 4) sorted by relevance
63 int kunit_destroy_resource(struct kunit *test, kunit_resource_match_t match, in kunit_destroy_resource() function79 EXPORT_SYMBOL_GPL(kunit_destroy_resource);
192 kunit_destroy_resource(&ctx->test, in kunit_resource_test_destroy_resource()
734 if (kunit_destroy_resource(test, kunit_kfree_match, (void *)ptr)) in kunit_kfree()
367 int kunit_destroy_resource(struct kunit *test,374 return kunit_destroy_resource(test, kunit_resource_name_match, in kunit_destroy_named_resource()
Completed in 8 milliseconds