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

  /external/fio/
fio_time.h 7 extern uint64_t mtime_since(const struct timeval *, const struct timeval *);
gettime.c 415 uint64_t mtime_since(const struct timeval *s, const struct timeval *e) function
442 return mtime_since(s, &t);
eta.c 440 rate_time = mtime_since(&rate_prev_time, &now);
451 disp_time = mtime_since(&disp_prev_time, &now);
stat.c 24 ts->usr_time += mtime_since(&td->ru_start.ru_utime,
26 ts->sys_time += mtime_since(&td->ru_start.ru_stime,
    [all...]
backend.c 163 if (mtime_since(&td->start, now) < 2000)
176 spent = mtime_since(&td->lastrate[ddir], now);
    [all...]
client.c     [all...]
diskutil.c 109 dus->s.msec += mtime_since(&du->time, &t);

Completed in 363 milliseconds