Home
last modified time | relevance | path

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

/linux-6.12.1/include/kunit/
Dresource.h91 bool should_kfree; member
120 if (res->should_kfree) in kunit_release_resource()
175 res->should_kfree = false; in kunit_add_resource()
210 res->should_kfree = false; in kunit_add_named_resource()
250 res->should_kfree = true; in kunit_alloc_and_get_resource()
292 res->should_kfree = true; in kunit_alloc_resource()
/linux-6.12.1/lib/kunit/
Dresource.c108 action_ctx->res.should_kfree = true; in kunit_add_action()