Lines Matching refs:USECS_PER_JIFFY
41 #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()
364 res = USECS_PER_JIFFY - 1; in calibrate_div64_gettimeoffset()