Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtimer.h226 unsigned long __round_jiffies_up_relative(unsigned long j, int cpu);
/linux-6.3-rc2/kernel/time/
A Dtimer.c461 unsigned long __round_jiffies_up_relative(unsigned long j, int cpu) in __round_jiffies_up_relative() function
468 EXPORT_SYMBOL_GPL(__round_jiffies_up_relative);
496 return __round_jiffies_up_relative(j, raw_smp_processor_id()); in round_jiffies_up_relative()

Completed in 7 milliseconds