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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtimer.h272 unsigned long __round_jiffies_up_relative(unsigned long j, int cpu);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtimer.c279 * __round_jiffies_up_relative - function to round jiffies up to a full second
288 unsigned long __round_jiffies_up_relative(unsigned long j, int cpu) function
295 EXPORT_SYMBOL_GPL(__round_jiffies_up_relative); variable
323 return __round_jiffies_up_relative(j, raw_smp_processor_id());

Completed in 158 milliseconds