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

  /external/fio/
helper_thread.c 73 unsigned int msec_to_next_event, next_log, next_ss = STEADYSTATE_MSEC;
130 if (since_ss >= STEADYSTATE_MSEC || STEADYSTATE_MSEC - since_ss < 10) {
133 if (since_ss > STEADYSTATE_MSEC)
134 next_ss = STEADYSTATE_MSEC - (since_ss - STEADYSTATE_MSEC);
136 next_ss = STEADYSTATE_MSEC;
139 next_ss = STEADYSTATE_MSEC - since_ss;
steadystate.h 59 #define STEADYSTATE_MSEC 1000

Completed in 176 milliseconds