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

  /external/fio/
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);
  /external/fio/t/
stest.c 9 struct timeval *fio_tv = NULL; variable in typeref:struct:timeval

Completed in 762 milliseconds