Searched refs:TST_STS (Results 1 – 2 of 2) sorted by relevance
109 if (!(TST_STS(test->args->test_state))) { in linear_read_write_test()411 } while (TST_STS(test->args->test_state)); in threadedMain()421 if (TST_STS(test->args->test_state)) { in threadedMain()
85 #define TST_STS(x) (x & 0x1) /* current testing status */ macro