Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/radix-tree/
Diteration_check.c28 static bool test_complete; variable
36 while (!test_complete) { in add_entries_fn()
72 while (!test_complete) { in tagged_iteration_fn()
113 while (!test_complete) { in untagged_iteration_fn()
148 while (!test_complete) { in remove_entries_fn()
167 while (!test_complete) { in tag_entries_fn()
184 test_complete = false; in iteration_test()
211 test_complete = true; in iteration_test()
/Linux-v4.19/drivers/misc/
Dkgdbts.c133 static int test_complete; variable
416 test_complete = 1; in got_break()
419 test_complete = 2; in got_break()
865 test_complete = 0; in run_breakpoint_test()
880 if (test_complete) in run_breakpoint_test()
890 test_complete = 0; in run_hw_break_test()
903 if (test_complete == 2) { in run_hw_break_test()
912 if (test_complete == 1) in run_hw_break_test()
932 if (test_complete != 2) in run_nmi_sleep_test()
935 if (test_complete == 1) in run_nmi_sleep_test()
/Linux-v4.19/drivers/net/can/usb/
Dmcba_usb.c135 u8 test_complete; member