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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-ebsa285/
H A Dtime.h34 static int count_p = (mSEC_10_from_14/6); /* for the first call after boot */ local
58 if ((jiffies_t == jiffies_p) && (count > count_p))
63 count_p = count;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-ebsa285/
H A Dtime.h34 static int count_p = (mSEC_10_from_14/6); /* for the first call after boot */ local
58 if ((jiffies_t == jiffies_p) && (count > count_p))
63 count_p = count;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dold-time.c151 static int count_p = LATCH; /* for the first call after boot */ local
182 if( count > count_p ) {
202 count_p = count;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dtime.c81 static int count_p = 0x7fffffff; /* for the first call after boot */ local
101 if( count > count_p ) {
118 count_p = count;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dtime.c128 static unsigned long count_p = TIMER0_DIV;/* for the first call after boot */ local
167 if( count > count_p ) {
175 count_p = count;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dtime.c159 static int count_p = LATCH; /* for the first call after boot */ local
206 if( count > count_p ) {
246 count_p = count;

Completed in 66 milliseconds