Searched refs:kunit_put_resource (Results 1 – 4 of 4) sorted by relevance
161 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()
447 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()
484 kunit_put_resource(resource); in kasan_update_kunit_status()
372 static inline void kunit_put_resource(struct kunit_resource *res) in kunit_put_resource() function