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

  /external/fio/
fio_time.h 7 extern uint64_t mtime_since_now(struct timeval *);
time.c 58 return mtime_since_now(&genesis);
eta.c 135 elapsed = (mtime_since_now(&td->epoch) + 999) / 1000;
227 ramp_left = mtime_since_now(&td->epoch);
539 mtime_since_now(&disp_eta_new_line) > eta_new_line * 1000) {
gettime.c 432 uint64_t mtime_since_now(struct timeval *s) function
443 return mtime_since_now(s) / 1000;
mutex.c 92 return mtime_since_now(t) >= seconds * 1000;
backend.c     [all...]
stat.c     [all...]
  /external/fio/os/windows/
posix.c 28 extern unsigned long mtime_since_now(struct timeval *);
807 ms_remaining = ms_total - mtime_since_now(&tv);

Completed in 599 milliseconds