HomeSort by relevance Sort by last modified time
    Searched refs:TST_STS (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
main.c 109 if (!(TST_STS(test->args->test_state))) {
411 } while (TST_STS(test->args->test_state));
421 if (TST_STS(test->args->test_state)) {
main.h 85 #define TST_STS(x) (x & 0x1) /* current testing status */

Completed in 87 milliseconds