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

  /external/fio/
fio_time.h 11 extern uint64_t time_since_now(const struct timeval *);
time.c 82 return time_since_now(&genesis);
gettime.c 449 uint64_t time_since_now(const struct timeval *s) function
backend.c     [all...]
  /external/autotest/client/tests/aiostress/
aio-stress.c 278 static double time_since_now(struct timeval *start_tv) function
411 runtime = time_since_now(&oper->start_time);
1065 double runtime = time_since_now(&global_stage_start_time);
1172 double seconds = time_since_now(&stage_time);
    [all...]
  /external/fio/profiles/
act.c 323 if (time_since_now(&apd->sample_tv) < SAMPLE_SEC)
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 276 static double time_since_now(struct timeval *start_tv) function
418 runtime = time_since_now(&oper->start_time);
1082 double runtime = time_since_now(&global_stage_start_time);
1189 double seconds = time_since_now(&stage_time);
    [all...]

Completed in 767 milliseconds