Searched refs:ret_during (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/namespaces/ |
| H A D | stress_test.c | 102 ssize_t ret_before, ret_during, ret_after; in TEST() local 170 ret_during = sys_listns(&req, ns_ids_during, ARRAY_SIZE(ns_ids_during), 0); in TEST() 171 ASSERT_GE(ret_during, 0); in TEST() 173 TH_LOG("With %d children running: %zd active user namespaces", num_children, ret_during); in TEST() 176 ASSERT_GE(ret_during, ret_before + num_children); in TEST()
|
| H A D | listns_test.c | 289 int ret_during; in TEST() local 294 ret_during = sys_listns(&req, ns_ids_during, ARRAY_SIZE(ns_ids_during), 0); in TEST() 295 ASSERT_GE(ret_during, 0); in TEST() 296 TH_LOG("During: %d active network namespaces", ret_during); in TEST() 299 ASSERT_GE(ret_during, ret_before); in TEST()
|