Home
last modified time | relevance | path

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

/openbmc/linux/lib/kunit/
H A Dresource.c51 bool was_linked; in kunit_remove_resource() local
54 was_linked = !list_empty(&res->node); in kunit_remove_resource()
58 if (was_linked) in kunit_remove_resource()