Home
last modified time | relevance | path

Searched refs:USECS_PER_JIFFY (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/arch/mips64/kernel/
Dtime.c41 #define USECS_PER_JIFFY tick macro
172 tv->tv_usec += lost * USECS_PER_JIFFY; in do_gettimeofday()
193 tv->tv_usec -= (jiffies - wall_jiffies) * USECS_PER_JIFFY; in do_settimeofday()
252 if (res >= USECS_PER_JIFFY) in fixed_rate_gettimeoffset()
253 res = USECS_PER_JIFFY - 1; in fixed_rate_gettimeoffset()
286 do_div64_32(quotient, USECS_PER_JIFFY, in calibrate_div32_gettimeoffset()
307 if (res >= USECS_PER_JIFFY) in calibrate_div32_gettimeoffset()
308 res = USECS_PER_JIFFY - 1; in calibrate_div32_gettimeoffset()
341 "r" (tmp), "r" (USECS_PER_JIFFY), in calibrate_div64_gettimeoffset()
363 if (res >= USECS_PER_JIFFY) in calibrate_div64_gettimeoffset()
[all …]
/linux-2.4.37.9/arch/mips/kernel/
Dtime.c41 #define USECS_PER_JIFFY tick macro
172 tv->tv_usec += lost * USECS_PER_JIFFY; in do_gettimeofday()
193 tv->tv_usec -= (jiffies - wall_jiffies) * USECS_PER_JIFFY; in do_settimeofday()
252 if (res >= USECS_PER_JIFFY) in fixed_rate_gettimeoffset()
253 res = USECS_PER_JIFFY - 1; in fixed_rate_gettimeoffset()
286 do_div64_32(quotient, USECS_PER_JIFFY, in calibrate_div32_gettimeoffset()
307 if (res >= USECS_PER_JIFFY) in calibrate_div32_gettimeoffset()
308 res = USECS_PER_JIFFY - 1; in calibrate_div32_gettimeoffset()
341 "r" (tmp), "r" (USECS_PER_JIFFY), in calibrate_div64_gettimeoffset()
363 if (res >= USECS_PER_JIFFY) in calibrate_div64_gettimeoffset()
[all …]
/linux-2.4.37.9/arch/mips/galileo-boards/ev96100/
Dtime.c121 #define USECS_PER_JIFFY (1000000/HZ) macro
168 "r" (tmp), "r" (USECS_PER_JIFFY) in do_fast_gettimeoffset()
189 if (res >= USECS_PER_JIFFY) in do_fast_gettimeoffset()
190 res = USECS_PER_JIFFY-1; in do_fast_gettimeoffset()
208 tv->tv_usec += USECS_PER_JIFFY; in do_gettimeofday()
/linux-2.4.37.9/arch/arm/kernel/
Dtime.c40 #define USECS_PER_JIFFY (1000000/HZ) macro
163 usec += lost * USECS_PER_JIFFY; in do_gettimeofday()
189 tv->tv_usec -= (jiffies - wall_jiffies) * USECS_PER_JIFFY; in do_settimeofday()
/linux-2.4.37.9/arch/s390x/kernel/
Dtime.c37 #define USECS_PER_JIFFY ((unsigned long) 1000000/HZ) macro
38 #define CLK_TICKS_PER_JIFFY ((unsigned long) USECS_PER_JIFFY << 12)
69 now -= (__u64) wall_jiffies*USECS_PER_JIFFY; in do_gettimeoffset()
/linux-2.4.37.9/arch/m68k/hp300/
Dtime.c35 #define USECS_PER_JIFFY (1000000/HZ) macro
61 return (USECS_PER_JIFFY * ticks) / INTVAL; in hp300_gettimeoffset()
/linux-2.4.37.9/arch/mips/au1000/common/
Dtime.c302 #define USECS_PER_JIFFY (1000000/HZ) macro
338 quotient = div64_32(USECS_PER_JIFFY, USECS_PER_JIFFY_FRAC, r0); in do_fast_cp0_gettimeoffset()
359 if (res >= USECS_PER_JIFFY) in do_fast_cp0_gettimeoffset()
360 res = USECS_PER_JIFFY-1; in do_fast_cp0_gettimeoffset()
/linux-2.4.37.9/arch/s390/kernel/
Dtime.c37 #define CLK_TICKS_PER_JIFFY ((unsigned long) USECS_PER_JIFFY << 12)
43 #define USECS_PER_JIFFY ((unsigned long) 1000000/HZ) macro
96 now -= (__u64) wall_jiffies*USECS_PER_JIFFY; in do_gettimeoffset()
/linux-2.4.37.9/arch/mips/jmr3927/rbhma3100/
Dsetup.c158 #define USECS_PER_JIFFY (1000000/HZ) macro
169 res = USECS_PER_JIFFY - 1; in jmr3927_do_gettimeoffset()
179 if (res >= USECS_PER_JIFFY) in jmr3927_do_gettimeoffset()
180 res = USECS_PER_JIFFY-1; in jmr3927_do_gettimeoffset()
/linux-2.4.37.9/arch/sparc/kernel/
Dpcic.c753 #define USECS_PER_JIFFY 10000 /* We have 100HZ "standard" timer for sparc */ macro
797 count = ((count/100)*USECS_PER_JIFFY) / (TICK_TIMER_LIMIT/100); in do_gettimeoffset()
821 tv->tv_usec += USECS_PER_JIFFY; in pci_do_gettimeofday()