Searched refs:test_complete (Results 1 – 4 of 4) sorted by relevance
18 static bool test_complete; variable50 while (!test_complete) { in add_entries_fn()74 while (!test_complete) { in tagged_iteration_fn()107 while (!test_complete) { in untagged_iteration_fn()137 while (!test_complete) { in remove_entries_fn()157 while (!test_complete) { in tag_entries_fn()173 test_complete = false; in iteration_test()200 test_complete = true; in iteration_test()
11 static volatile bool test_complete; variable20 while (!test_complete) { in iterator()39 while (!test_complete) { in throbber()62 test_complete = false; in iteration_test2()77 test_complete = true; in iteration_test2()
121 static int test_complete; variable404 test_complete = 1; in got_break()407 test_complete = 2; in got_break()853 test_complete = 0; in run_breakpoint_test()868 if (test_complete) in run_breakpoint_test()878 test_complete = 0; in run_hw_break_test()891 if (test_complete == 2) { in run_hw_break_test()900 if (test_complete == 1) in run_hw_break_test()920 if (test_complete != 2) in run_nmi_sleep_test()923 if (test_complete == 1) in run_nmi_sleep_test()
124 u8 test_complete; member