Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/disktest/
Dmain.c109 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()
Dmain.h85 #define TST_STS(x) (x & 0x1) /* current testing status */ macro