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

  /external/fio/
fio_time.h 7 extern uint64_t utime_since(const struct timeval *,const struct timeval *);
time.c 120 if (utime_since(&td->epoch, &tv) >= td->o.ramp_time) {
gettime.c 248 elapsed = utime_since(&s, &e);
382 uint64_t utime_since(const struct timeval *s, const struct timeval *e) function
413 return utime_since(s, &t);
idletime.c 356 runt = utime_since(&ipt->tps, &ipt->tpe);
steadystate.c 229 if (utime_since(&td->epoch, &now) >= (ss->ramp_time + 1000000L))
io_u.c     [all...]
backend.c 355 if (utime_since(&td->epoch, t) >= td->o.timeout)
    [all...]
  /external/fio/t/
lfsr-test.c 120 total = utime_since(&start, &end);
read-to-pipe-async.c 103 uint64_t utime_since(const struct timeval *s, const struct timeval *e) function
229 add_lat(&work->writer->s, utime_since(&s, &e), "write");
299 add_lat(&work->reader->s, utime_since(&s, &e), "read");
663 rate = (bytes * 1000UL * 1000UL) / utime_since(&s, &re);
665 rate = (bytes * 1000UL * 1000UL) / utime_since(&s, &we);

Completed in 176 milliseconds