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

  /external/fio/
libfio.c 170 void td_set_runstate(struct thread_data *td, int runstate)
172 if (td->runstate == runstate)
175 dprint(FD_PROCESS, "pid=%d: runstate %d -> %d\n", (int) td->pid,
176 td->runstate, runstate);
177 td->runstate = runstate;
182 int old_state = td->runstate;
224 else if (td->runstate < TD_RAMP
    [all...]
eta.c 38 switch (td->runstate) {
110 log_err("state %d\n", td->runstate);
193 if (td->runstate == TD_RUNNING || td->runstate == TD_VERIFYING) {
224 } else if (td->runstate == TD_NOT_CREATED || td->runstate == TD_CREATED
225 || td->runstate == TD_INITIALIZED
226 || td->runstate == TD_SETTING_UP
227 || td->runstate == TD_RAMP
228 || td->runstate == TD_PRE_READING)
    [all...]
backend.c     [all...]
fio.h 158 volatile int runstate; member in struct:thread_data
472 * Thread life cycle. Once a thread has a runstate beyond TD_INITIALIZED, it
io_u.c 184 if (td->runstate != TD_VERIFYING)
    [all...]
stat.c     [all...]
  /external/libchrome/base/process/
process_iterator_linux.cc 106 std::string runstate = local
108 if (runstate.size() != 1) {
115 if (runstate[0] != 'Z')
  /external/fio/engines/
net.c 838 state = td->runstate;
997 state = td->runstate;

Completed in 57 milliseconds