Home
last modified time | relevance | path

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

/linux/kernel/time/
A Dtimer.c349 static unsigned long round_jiffies_common(unsigned long j, int cpu, in round_jiffies_common() function
411 return round_jiffies_common(j, cpu, false); in __round_jiffies()
440 return round_jiffies_common(j + j0, cpu, false) - j0; in __round_jiffies_relative()
461 return round_jiffies_common(j, raw_smp_processor_id(), false); in round_jiffies()
498 return round_jiffies_common(j, cpu, true); in __round_jiffies_up()
517 return round_jiffies_common(j + j0, cpu, true) - j0; in __round_jiffies_up_relative()
532 return round_jiffies_common(j, raw_smp_processor_id(), true); in round_jiffies_up()

Completed in 12 milliseconds