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

  /external/fio/
gettime.h 21 extern struct timeval *fio_tv;
gettime-thread.c 9 struct timeval *fio_tv = NULL; variable in typeref:struct:timeval
16 fio_tv = smalloc(sizeof(struct timeval));
17 if (!fio_tv)
23 if (fio_tv)
24 gettimeofday(fio_tv, NULL);
gettime.c 212 if (fio_unlikely(fio_tv)) {
213 memcpy(tp, fio_tv, sizeof(*tp));
  /external/fio/t/
stest.c 9 struct timeval *fio_tv = NULL; variable in typeref:struct:timeval

Completed in 144 milliseconds