Home
last modified time | relevance | path

Searched refs:__FIO_SS_IOPS (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dsteadystate.h44 __FIO_SS_IOPS = 1, enumerator
53 FIO_SS_IOPS = __FIO_SS_IOPS,
54 FIO_SS_IOPS_SLOPE = __FIO_SS_IOPS | __FIO_SS_SLOPE,
Dsteadystate.c66 if (ss->state & __FIO_SS_IOPS) in steadystate_slope()
75 if (ss->state & __FIO_SS_IOPS) in steadystate_slope()
80 if (ss->state & __FIO_SS_IOPS) in steadystate_slope()
92 if (ss->state & __FIO_SS_IOPS) in steadystate_slope()
144 if (ss->state & __FIO_SS_IOPS) in steadystate_deviation()
151 if (ss->state & __FIO_SS_IOPS) in steadystate_deviation()
157 if (ss->state & __FIO_SS_IOPS) in steadystate_deviation()
166 if (ss->state & __FIO_SS_IOPS) in steadystate_deviation()
Dstat.c696 ts->ss_state & __FIO_SS_IOPS ? "iops" : "bw", in show_ss_normal()
1315 ts->ss_state & __FIO_SS_IOPS ? "iops" : "bw", in show_thread_status_json()
Doptions.c1104 } else if (td->o.ss_state & __FIO_SS_IOPS) { in str_steadystate_cb()