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

  /external/fio/
gettime.h 23 extern struct timeval *fio_tv;
29 if (!fio_tv)
34 last_sec = tv->tv_sec = fio_tv->tv_sec;
35 tv->tv_usec = fio_tv->tv_usec;
36 } while (fio_tv->tv_sec != last_sec);
gettime-thread.c 9 struct timeval *fio_tv = NULL; variable in typeref:struct:timeval
16 if (fio_tv)
19 fio_tv = smalloc(sizeof(struct timeval));
20 if (!fio_tv)
26 if (fio_tv) {
30 fio_tv->tv_sec = __tv.tv_sec;
32 fio_tv->tv_usec = __tv.tv_usec;
  /external/fio/t/
debug.c 4 struct timeval *fio_tv = NULL; variable in typeref:struct:timeval

Completed in 2352 milliseconds