Home | History | Annotate | Download | only in fio

Lines Matching refs:ss_state

1072 	if (td->o.ss_state != FIO_SS_IOPS && td->o.ss_state != FIO_SS_IOPS_SLOPE &&
1073 td->o.ss_state != FIO_SS_BW && td->o.ss_state != FIO_SS_BW_SLOPE) {
1102 td->o.ss_state |= __FIO_SS_PCT;
1104 } else if (td->o.ss_state & __FIO_SS_IOPS) {
1132 td->ss.state = td->o.ss_state;
4351 .off1 = offsetof(struct thread_options, ss_state),