HomeSort by relevance Sort by last modified time
    Searched refs:tv_s (Results 1 - 2 of 2) sorted by null

  /external/fio/
mutex.c 97 struct timeval tv_s; local
103 gettimeofday(&tv_s, NULL);
104 t.tv_sec = tv_s.tv_sec + seconds;
105 t.tv_nsec = tv_s.tv_usec * 1000;
117 if (ret == ETIMEDOUT && !mutex_timed_out(&tv_s, seconds))
  /external/iputils/
arping.c 340 struct timeval tv, tv_s, tv_o; local
347 timersub(&tv, &start, &tv_s);
351 if (count-- == 0 || (timeout && timercmp(&tv_s, &tv_o, >)))
354 timersub(&tv, &last, &tv_s);
357 if (last.tv_sec==0 || timercmp(&tv_s, &tv_o, >)) {

Completed in 57 milliseconds