Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtimer.h214 unsigned long __round_jiffies_up_relative(unsigned long j, int cpu);
/Linux-v5.4/kernel/time/
Dtimer.c436 unsigned long __round_jiffies_up_relative(unsigned long j, int cpu) in __round_jiffies_up_relative() function
443 EXPORT_SYMBOL_GPL(__round_jiffies_up_relative);
471 return __round_jiffies_up_relative(j, raw_smp_processor_id()); in round_jiffies_up_relative()