__round_jiffies   184 include/linux/timer.h unsigned long __round_jiffies(unsigned long j, int cpu);
__round_jiffies   200 kernel/timer.c 	return  __round_jiffies(j + jiffies, cpu) - jiffies;
__round_jiffies   221 kernel/timer.c 	return __round_jiffies(j, raw_smp_processor_id());