Home
last modified time | relevance | path

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

/external/fio/
Dmutex.c154 struct timeval tv_s; in fio_mutex_down_timeout() local
160 gettimeofday(&tv_s, NULL); in fio_mutex_down_timeout()
161 t.tv_sec = tv_s.tv_sec; in fio_mutex_down_timeout()
162 t.tv_nsec = tv_s.tv_usec * 1000; in fio_mutex_down_timeout()
180 if (ret == ETIMEDOUT && !mutex_timed_out(&tv_s, msecs)) in fio_mutex_down_timeout()
/external/iputils/
Darping.c340 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()