tv 43 user/lib/hostcompat/time.c struct timeval tv;
tv 44 user/lib/hostcompat/time.c if (gettimeofday(&tv, NULL) < 0) {
tv 48 user/lib/hostcompat/time.c *secs = tv.tv_sec;
tv 51 user/lib/hostcompat/time.c *nsecs = tv.tv_usec * 1000;
tv 53 user/lib/hostcompat/time.c return tv.tv_sec;
tv 310 user/testbin/f_test/f_test.c int tv = 0;
tv 314 user/testbin/f_test/f_test.c tv = RUNBIGFILE;
tv 317 user/testbin/f_test/f_test.c tv = RUNDIRTEST;
tv 320 user/testbin/f_test/f_test.c tv = RUNCONCUR;
tv 324 user/testbin/f_test/f_test.c tv = RUNTHEMALL;
tv 327 user/testbin/f_test/f_test.c if (tv & RUNBIGFILE) {
tv 334 user/testbin/f_test/f_test.c if (tv & RUNDIRTEST) {
tv 341 user/testbin/f_test/f_test.c if (tv & RUNCONCUR) {