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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-footbridge/
H A Disa-timer.c28 static unsigned long jiffies_p = 0; local
51 if ((jiffies_t == jiffies_p) && (count > count_p))
54 jiffies_p = jiffies_t;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/timers/
H A Dtimer-cmt.c52 static unsigned long jiffies_p = 0; local
71 if (jiffies_t == jiffies_p) {
82 jiffies_p = jiffies_t;
H A Dtimer-mtu2.c55 static unsigned long jiffies_p = 0; local
73 if (jiffies_t == jiffies_p) {
83 jiffies_p = jiffies_t;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dtime.c70 static unsigned long jiffies_p = 0; local
105 if( jiffies_t == jiffies_p ) {
113 jiffies_p = jiffies_t;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dtime.c63 static unsigned long jiffies_p = 0; local
83 if( jiffies_t == jiffies_p ) {
91 jiffies_p = jiffies_t;

Completed in 77 milliseconds