Searched refs:time_since (Results 1 – 3 of 3) sorted by relevance
/external/adhd/cras/src/common/ |
D | cras_util.h | 177 struct timespec now, time_since; in cras_frames_since_time() local 183 subtract_timespecs(&now, beg, &time_since); in cras_frames_since_time() 184 return cras_time_to_frames(&time_since, rate); in cras_frames_since_time()
|
/external/autotest/client/tests/aiostress/ |
D | aio-stress.c | 259 static double time_since(struct timeval *start_tv, struct timeval *stop_tv) in time_since() function 282 return time_since(start_tv, &stop_time); in time_since_now() 293 delta = time_since(start_tv, stop_tv); in calc_latency()
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aio-stress.c | 261 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()
|