Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/time/
H A Dtick-sched.c65 if (delta < tick_period) in tick_do_update_jiffies64()
73 if (delta >= tick_period) { in tick_do_update_jiffies64()
75 delta = ktime_sub(delta, tick_period); in tick_do_update_jiffies64()
78 ktime_add(last_jiffies_update, tick_period)); in tick_do_update_jiffies64()
81 if (unlikely(delta >= tick_period)) { in tick_do_update_jiffies64()
82 s64 incr = ktime_to_ns(tick_period); in tick_do_update_jiffies64()
94 tick_next_period = ktime_add(last_jiffies_update, tick_period); in tick_do_update_jiffies64()
666 hrtimer_forward(&ts->sched_timer, now, tick_period); in tick_nohz_restart()
1230 hrtimer_forward(&ts->sched_timer, now, tick_period); in tick_nohz_handler()
1267 hrtimer_forward_now(&ts->sched_timer, tick_period); in tick_nohz_switch_to_nohz()
[all …]
H A Dtick-common.c34 ktime_t tick_period; variable
92 tick_next_period = ktime_add(tick_next_period, tick_period); in tick_periodic()
132 next = ktime_add(next, tick_period); in tick_handle_periodic()
178 next = ktime_add(next, tick_period); in tick_setup_periodic()
225 tick_period = NSEC_PER_SEC / HZ; in tick_setup_device()
H A Dtick-internal.h18 extern ktime_t tick_period;
H A Dtick-broadcast.c415 ktime_t next = ktime_add(dev->next_event, tick_period); in tick_handle_periodic_broadcast()
/OK3568_Linux_fs/buildroot/package/dahdi-linux/
H A D0002-fix-build-with-32-bits-kernel.patch53 - ticker->tick_period = usec / ticker->cycle;
54 + ticker->tick_period = div_s64(usec, ticker->cycle);