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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtimer.h172 unsigned long __round_jiffies(unsigned long j, int cpu);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dtimer.c117 * __round_jiffies - function to round jiffies to a full second
121 * __round_jiffies() rounds an absolute time in the future (in jiffies)
136 unsigned long __round_jiffies(unsigned long j, int cpu) function
171 EXPORT_SYMBOL_GPL(__round_jiffies); variable
201 return __round_jiffies(j + jiffies, cpu) - jiffies;
222 return __round_jiffies(j, raw_smp_processor_id());

Completed in 66 milliseconds