Home | Sort by relevance Sort by last modified time |
/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 |