Home
last modified time | relevance | path

Searched refs:kunit_destroy_resource (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/lib/kunit/
H A Dstring-stream.c68 return kunit_destroy_resource(frag->test, in string_stream_fragment_destroy()
213 return kunit_destroy_resource(stream->test, in string_stream_destroy()
H A Dtest.c492 int kunit_destroy_resource(struct kunit *test, kunit_resource_match_t match, in kunit_destroy_resource() function
508 EXPORT_SYMBOL_GPL(kunit_destroy_resource);
H A Dkunit-test.c185 kunit_destroy_resource(&ctx->test, in kunit_resource_test_destroy_resource()
/OK3568_Linux_fs/kernel/include/kunit/
H A Dtest.h526 int kunit_destroy_resource(struct kunit *test,
533 return kunit_destroy_resource(test, kunit_resource_name_match, in kunit_destroy_named_resource()