Home
last modified time | relevance | path

Searched refs:example_resource_free (Results 1 – 2 of 2) sorted by relevance

/linux/lib/kunit/
H A Dkunit-example-test.c298 static void example_resource_free(struct kunit_resource *res) in example_resource_free() function
311 return res->data && res->free == example_resource_free; in example_resource_alloc_match()
344 void *data = kunit_alloc_resource(test, example_resource_init, example_resource_free, in example_param_init()
/linux/Documentation/dev-tools/kunit/
H A Dusage.rst803 static void example_resource_free(struct kunit_resource *res)
812 return res->data && res->free == example_resource_free;
820 example_resource_free,