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

  /external/fio/
fio_time.h 4 extern uint64_t utime_since(struct timeval *, struct timeval *);
time.c 79 if (utime_since(&td->epoch, &tv) >= td->o.ramp_time) {
gettime.c 256 elapsed = utime_since(&s, &e);
380 uint64_t utime_since(struct timeval *s, struct timeval *e) function
408 return utime_since(s, &t);
idletime.c 344 runt = utime_since(&ipt->tps, &ipt->tpe);
io_u.c     [all...]
backend.c 356 if (utime_since(&td->epoch, t) >= td->o.timeout)
    [all...]

Completed in 360 milliseconds