Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtimer.h213 unsigned long __round_jiffies_relative(unsigned long j, int cpu);
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtimer.c366 unsigned long __round_jiffies_relative(unsigned long j, int cpu) in __round_jiffies_relative() function
373 EXPORT_SYMBOL_GPL(__round_jiffies_relative);
413 return __round_jiffies_relative(j, raw_smp_processor_id()); in round_jiffies_relative()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Drtasd.c452 __round_jiffies_relative(event_scan_delay, cpu)); in rtas_event_scan()
/OK3568_Linux_fs/kernel/mm/
H A Dslab.c519 __round_jiffies_relative(HZ, cpu)); in start_cpu_timer()