Searched refs:count_p (Results 1 – 5 of 5) sorted by relevance
34 static int count_p = (mSEC_10_from_14/6); /* for the first call after boot */ in isa_gettimeoffset() local58 if ((jiffies_t == jiffies_p) && (count > count_p)) in isa_gettimeoffset()63 count_p = count; in isa_gettimeoffset()
94 static int count_p = -1; /* for the first call after boot */ in do_slow_gettimeoffset() local102 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()
200 static unsigned long count_p = TIMER0_DIV;/* for the first call after boot */ in do_slow_gettimeoffset() local237 if( count > count_p ) { in do_slow_gettimeoffset()245 count_p = count; in do_slow_gettimeoffset()
110 static int count_p = 0x7fffffff; /* for the first call after boot */ in do_gettimeoffset() local130 if( count > count_p ) { in do_gettimeoffset()147 count_p = count; in do_gettimeoffset()
162 static int count_p = LATCH; /* for the first call after boot */ in do_slow_gettimeoffset() local209 if( count > count_p ) { in do_slow_gettimeoffset()249 count_p = count; in do_slow_gettimeoffset()