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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dcalibrate.c40 unsigned long good_timer_count = 0; local
95 good_timer_count++;
100 if (good_timer_count)
101 return (good_timer_sum/good_timer_count);

Completed in 20 milliseconds