Home
last modified time | relevance | path

Searched refs:time_since_now (Results 1 – 7 of 7) sorted by relevance

/external/fio/
Dfio_time.h11 extern uint64_t time_since_now(const struct timeval *);
Dtime.c82 return time_since_now(&genesis); in time_since_genesis()
Dgettime.c449 uint64_t time_since_now(const struct timeval *s) in time_since_now() function
Dbackend.c1948 time_since_now(&td->terminate_time) >= FIO_REAP_TIMEOUT) { in reap_threads()
1953 (unsigned long) time_since_now(&td->terminate_time)); in reap_threads()
/external/autotest/client/tests/aiostress/
Daio-stress.c278 static double time_since_now(struct timeval *start_tv) in time_since_now() function
411 runtime = time_since_now(&oper->start_time); in print_time()
1065 double runtime = time_since_now(&global_stage_start_time);
1172 double seconds = time_since_now(&stage_time);
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c276 static double time_since_now(struct timeval *start_tv) in time_since_now() function
418 runtime = time_since_now(&oper->start_time); in print_time()
1082 double runtime = time_since_now(&global_stage_start_time);
1189 double seconds = time_since_now(&stage_time);
/external/fio/profiles/
Dact.c323 if (time_since_now(&apd->sample_tv) < SAMPLE_SEC) in act_io_u_lat()