Searched refs:start_tv (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dring_buffer_benchmark.c216 struct timeval start_tv; local
231 do_gettimeofday(&start_tv);
268 } while (end_tv.tv_sec < (start_tv.tv_sec + RUN_TIME) && !kill_test);
284 time = end_tv.tv_sec - start_tv.tv_sec;
286 time += (long long)((long)end_tv.tv_usec - (long)start_tv.tv_usec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c521 struct timeval start_tv, end_tv; local
566 (void)gettimeofday(&start_tv, NULL);
575 start_time = start_tv.tv_sec + ((start_tv.tv_usec + 0.0)/NS_PER_MS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dradeon_base.c464 struct timeval start_tv, stop_tv; local
481 do_gettimeofday(&start_tv);
495 total_secs = stop_tv.tv_sec - start_tv.tv_sec;
498 total_usecs = stop_tv.tv_usec - start_tv.tv_usec;

Completed in 85 milliseconds