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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dtime.c61 static u64 jiffies_timer_cc; variable
69 return ((get_clock() - jiffies_timer_cc) * 125) >> 9;
203 timer = jiffies_timer_cc + timer * CLK_TICKS_PER_JIFFY;
204 if (timer >= jiffies_timer_cc)
258 jiffies_timer_cc + (jiffies_64 + 1) * CLK_TICKS_PER_JIFFY;
327 jiffies_timer_cc = init_timer_cc - jiffies_64 * CLK_TICKS_PER_JIFFY;
730 jiffies_timer_cc = jiffies_timer_cc + delta;
738 jiffies_timer_cc = jiffies_timer_cc
[all...]

Completed in 103 milliseconds