Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c261 static double time_since(struct timeval *start_tv, struct timeval *stop_tv) in time_since() function
284 return time_since(start_tv, &stop_time); in time_since_now()
295 delta = time_since(start_tv, stop_tv); in calc_latency()