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

  /external/fio/
io_u.h 23 IO_U_F_IN_CUR_DEPTH = 1 << 3,
io_u.c 810 if (io_u->flags & IO_U_F_IN_CUR_DEPTH) {
842 if (__io_u->flags & IO_U_F_IN_CUR_DEPTH) {
1480 io_u_set(td, io_u, IO_U_F_IN_CUR_DEPTH);
    [all...]
verify.c 745 if (io_u->flags & IO_U_F_IN_CUR_DEPTH) {
747 io_u_clear(td, io_u, IO_U_F_IN_CUR_DEPTH);
    [all...]

Completed in 261 milliseconds