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

  /external/fio/
steadystate.h 44 __FIO_SS_IOPS = 1,
53 FIO_SS_IOPS = __FIO_SS_IOPS,
54 FIO_SS_IOPS_SLOPE = __FIO_SS_IOPS | __FIO_SS_SLOPE,
steadystate.c 66 if (ss->state & __FIO_SS_IOPS)
75 if (ss->state & __FIO_SS_IOPS)
80 if (ss->state & __FIO_SS_IOPS)
92 if (ss->state & __FIO_SS_IOPS)
144 if (ss->state & __FIO_SS_IOPS)
151 if (ss->state & __FIO_SS_IOPS)
157 if (ss->state & __FIO_SS_IOPS)
166 if (ss->state & __FIO_SS_IOPS)
stat.c 696 ts->ss_state & __FIO_SS_IOPS ? "iops" : "bw",
    [all...]
options.c 1104 } else if (td->o.ss_state & __FIO_SS_IOPS) {
    [all...]

Completed in 200 milliseconds