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

  /external/fio/
fio_time.h 9 extern uint64_t mtime_since(const struct timeval *, const struct timeval *);
helper_thread.c 109 since_du = mtime_since(&last_du, &now);
129 since_ss = mtime_since(&last_ss, &now);
gettime.c 416 uint64_t mtime_since(const struct timeval *s, const struct timeval *e) function
446 return mtime_since(s, &t);
mutex.c 149 return mtime_since(t, &now) >= msecs;
eta.c 479 rate_time = mtime_since(&rate_prev_time, &now);
490 disp_time = mtime_since(&disp_prev_time, &now);
steadystate.c 240 rate_time = mtime_since(&ss->prev_time, &now);
stat.c 40 ts->usr_time += mtime_since(&td->ru_start.ru_utime,
42 ts->sys_time += mtime_since(&td->ru_start.ru_stime,
    [all...]
backend.c 158 if (mtime_since(&td->start, now) < 2000)
171 spent = mtime_since(&td->lastrate[ddir], now);
    [all...]
diskutil.c 109 dus->s.msec += mtime_since(&du->time, &t);
client.c     [all...]

Completed in 769 milliseconds