Searched refs:__tv (Results 1 – 1 of 1) sorted by relevance
29 struct timeval __tv; in fio_gtod_update() local31 gettimeofday(&__tv, NULL); in fio_gtod_update()32 fio_tv->tv_sec = __tv.tv_sec; in fio_gtod_update()34 fio_tv->tv_usec = __tv.tv_usec; in fio_gtod_update()