Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/namespaces/
H A Dcred_change_test.c419 bool found_parent = false, found_child = false; in TEST() local
538 found_parent = true; in TEST()
543 ASSERT_TRUE(found_parent); in TEST()
555 found_parent = false; in TEST()
559 found_parent = true; in TEST()
564 ASSERT_FALSE(found_parent); in TEST()
H A Dlistns_test.c501 bool found_parent, found_child; in TEST() local
602 found_parent = false; in TEST()
606 found_parent = true; in TEST()
612 found_parent ? "found" : "NOT FOUND", in TEST()
617 ASSERT_TRUE(found_parent); in TEST()