Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/disktest/
Dtimer.c104 if (TST_OPER(args->test_state) == WRITER) { in ChildTimer()
114 if (TST_OPER(args->test_state) == READER) { in ChildTimer()
Dmain.h98 #define TST_OPER(x) (short) ((x & 0x10) >> 4) /* last transfer operation (write = 0, read = 1) */ macro
Dchildmain.c241 target.oper = TST_OPER(args->test_state); in get_next_action()
633 target.oper = TST_OPER(args->test_state); in ChildMain()