Home
last modified time | relevance | path

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

/Linux-v5.10/lib/kunit/
Dkunit-test.c161 kunit_put_resource(res); in kunit_resource_test_alloc_resource()
182 kunit_put_resource(res); in kunit_resource_test_destroy_resource()
205 kunit_put_resource(resources[i]); in kunit_resource_test_cleanup_resources()
263 kunit_put_resource(res2); in fake_resource_1_init()
300 kunit_put_resource(res); in kunit_resource_test_proper_free_ordering()
354 kunit_put_resource(&res1); in kunit_resource_test_named()
Dtest.c447 kunit_put_resource(existing); in kunit_add_named_resource()
488 kunit_put_resource(res); in kunit_remove_resource()
504 kunit_put_resource(res); in kunit_destroy_resource()
559 kunit_put_resource(res); in kunit_kfree()
/Linux-v5.10/mm/kasan/
Dreport.c484 kunit_put_resource(resource); in kasan_update_kunit_status()
/Linux-v5.10/include/kunit/
Dtest.h372 static inline void kunit_put_resource(struct kunit_resource *res) in kunit_put_resource() function