Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/disktest/
Dmain.h97 #define DIRCT_CNG(x) (x & 0x08) ? (x & ~0x08) : (x | 0x08) macro
Dchildmain.c314 args->test_state = DIRCT_CNG(args->test_state); in get_next_action()