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

  /external/fio/
fio_time.h 10 extern uint64_t mtime_since_now(const struct timeval *);
time.c 87 return mtime_since_now(&genesis);
eta.c 161 elapsed = (mtime_since_now(&td->epoch) + 999) / 1000;
263 ramp_left = mtime_since_now(&td->epoch);
616 } else if (eta_new_line && mtime_since_now(&disp_eta_new_line) > eta_new_line) {
gettime.c 435 uint64_t mtime_since_now(const struct timeval *s) function
451 return mtime_since_now(s) / 1000;
backend.c     [all...]
stat.c     [all...]
  /external/fio/engines/
libaio.c 287 } else if (mtime_since_now(&tv) > 30000) {
  /external/fio/t/
dedupe.c 363 tdiff = mtime_since_now(&last_tv);
  /external/fio/os/windows/
posix.c 28 extern unsigned long mtime_since_now(struct timeval *);
869 ms_remaining = ms_total - mtime_since_now(&tv);

Completed in 220 milliseconds