Searched refs:tick_period (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dtick-sched.c56 if (delta.tv64 < tick_period.tv64)
63 if (delta.tv64 >= tick_period.tv64) {
65 delta = ktime_sub(delta, tick_period);
67 tick_period);
70 if (unlikely(delta.tv64 >= tick_period.tv64)) {
71 s64 incr = ktime_to_ns(tick_period);
81 tick_next_period = ktime_add(last_jiffies_update, tick_period);
385 tick_period.tv64 * delta_jiffies);
475 hrtimer_forward(&ts->sched_timer, now, tick_period);
558 hrtimer_forward(&ts->sched_timer, now, tick_period);
[all...]
H A Dtick-common.c35 ktime_t tick_period; variable
66 tick_next_period = ktime_add(tick_next_period, tick_period);
92 next = ktime_add(dev->next_event, tick_period);
107 next = ktime_add(next, tick_period);
139 next = ktime_add(next, tick_period);
165 tick_period = ktime_set(0, NSEC_PER_SEC / HZ);
H A Dtick-internal.h10 extern ktime_t tick_period;
H A Dtick-broadcast.c195 next = ktime_add(next, tick_period);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dtimer-gp.c204 u32 tick_rate, tick_period; local
217 tick_period = (tick_rate / HZ) - 1;

Completed in 59 milliseconds