Home
last modified time | relevance | path

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

/external/fio/
Dsteadystate.h50 __FIO_SS_PCT = 64, enumerator
Dsteadystate.c105 if (ss->state & __FIO_SS_PCT) in steadystate_slope()
173 if (ss->state & __FIO_SS_PCT) in steadystate_deviation()
Dstat.c699 ts->ss_state & __FIO_SS_PCT ? "%" : ""); in show_ss_normal()
1318 ts->ss_state & __FIO_SS_PCT ? "%" : ""); in show_thread_status_json()
1327 ts->ss_state & __FIO_SS_PCT ? "%" : ""); in show_thread_status_json()
Doptions.c1102 td->o.ss_state |= __FIO_SS_PCT; in str_steadystate_cb()