round_jiffies_common  335 kernel/time/timer.c 	return round_jiffies_common(j, cpu, false);
round_jiffies_common  364 kernel/time/timer.c 	return round_jiffies_common(j + j0, cpu, false) - j0;
round_jiffies_common  385 kernel/time/timer.c 	return round_jiffies_common(j, raw_smp_processor_id(), false);
round_jiffies_common  422 kernel/time/timer.c 	return round_jiffies_common(j, cpu, true);
round_jiffies_common  441 kernel/time/timer.c 	return round_jiffies_common(j + j0, cpu, true) - j0;
round_jiffies_common  456 kernel/time/timer.c 	return round_jiffies_common(j, raw_smp_processor_id(), true);