Home
last modified time | relevance | path

Searched refs:count_p (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-arm/arch-ebsa285/
Dtime.h34 static int count_p = (mSEC_10_from_14/6); /* for the first call after boot */ in isa_gettimeoffset() local
58 if ((jiffies_t == jiffies_p) && (count > count_p)) in isa_gettimeoffset()
63 count_p = count; in isa_gettimeoffset()
/linux-2.4.37.9/arch/x86_64/kernel/
Dtime.c94 static int count_p = -1; /* for the first call after boot */ in do_slow_gettimeoffset() local
102 if (count_p < 0) in do_slow_gettimeoffset()
103 count_p = LATCH; /* LATCH is not a constant on x86_64 */ in do_slow_gettimeoffset()
140 if( count > count_p ) { in do_slow_gettimeoffset()
167 count_p = count; in do_slow_gettimeoffset()
/linux-2.4.37.9/arch/cris/kernel/
Dtime.c200 static unsigned long count_p = TIMER0_DIV;/* for the first call after boot */ in do_slow_gettimeoffset() local
237 if( count > count_p ) { in do_slow_gettimeoffset()
245 count_p = count; in do_slow_gettimeoffset()
/linux-2.4.37.9/arch/sh/kernel/
Dtime.c110 static int count_p = 0x7fffffff; /* for the first call after boot */ in do_gettimeoffset() local
130 if( count > count_p ) { in do_gettimeoffset()
147 count_p = count; in do_gettimeoffset()
/linux-2.4.37.9/arch/i386/kernel/
Dtime.c162 static int count_p = LATCH; /* for the first call after boot */ in do_slow_gettimeoffset() local
209 if( count > count_p ) { in do_slow_gettimeoffset()
249 count_p = count; in do_slow_gettimeoffset()