Searched refs:tv_s (Results 1 – 2 of 2) sorted by relevance
/external/fio/ |
D | mutex.c | 97 struct timeval tv_s; in fio_mutex_down_timeout() local 103 gettimeofday(&tv_s, NULL); in fio_mutex_down_timeout() 104 t.tv_sec = tv_s.tv_sec + seconds; in fio_mutex_down_timeout() 105 t.tv_nsec = tv_s.tv_usec * 1000; in fio_mutex_down_timeout() 117 if (ret == ETIMEDOUT && !mutex_timed_out(&tv_s, seconds)) in fio_mutex_down_timeout()
|
/external/iputils/ |
D | arping.c | 340 struct timeval tv, tv_s, tv_o; in catcher() local 347 timersub(&tv, &start, &tv_s); in catcher() 351 if (count-- == 0 || (timeout && timercmp(&tv_s, &tv_o, >))) in catcher() 354 timersub(&tv, &last, &tv_s); in catcher() 357 if (last.tv_sec==0 || timercmp(&tv_s, &tv_o, >)) { in catcher()
|