Home
last modified time | relevance | path

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

/external/fio/
Dfio_time.h9 extern uint64_t time_since_now(const struct timeval *);
Dtime.c65 return time_since_now(&genesis); in time_since_genesis()
Dgettime.c445 uint64_t time_since_now(const struct timeval *s) in time_since_now() function
Dbackend.c1674 (unsigned long) time_since_now(&td->terminate_time)); in dump_td_info()
1759 time_since_now(&td->terminate_time) >= FIO_REAP_TIMEOUT) { 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/fio/profiles/
Dact.c322 if (time_since_now(&apd->sample_tv) < SAMPLE_SEC) in act_io_u_lat()