Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtimer.h258 unsigned long __round_jiffies_relative(unsigned long j, int cpu);
/linux-4.1.27/kernel/time/
Dtimer.c217 unsigned long __round_jiffies_relative(unsigned long j, int cpu) in __round_jiffies_relative() function
224 EXPORT_SYMBOL_GPL(__round_jiffies_relative);
264 return __round_jiffies_relative(j, raw_smp_processor_id()); in round_jiffies_relative()
/linux-4.1.27/arch/powerpc/kernel/
Drtasd.c480 __round_jiffies_relative(event_scan_delay, cpu)); in rtas_event_scan()
/linux-4.1.27/mm/
Dslab.c656 __round_jiffies_relative(HZ, cpu)); in start_cpu_timer()