Home
last modified time | relevance | path

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

/kernel/time/
Dhrtimer.c536 cpu_base->next_timer = timer; in __hrtimer_next_event_base()
570 struct hrtimer *next_timer = NULL; in __hrtimer_get_next_event() local
579 next_timer = cpu_base->softirq_next_timer; in __hrtimer_get_next_event()
584 cpu_base->next_timer = next_timer; in __hrtimer_get_next_event()
637 if (cpu_base->next_timer && cpu_base->next_timer->is_soft) { in hrtimer_force_reprogram()
835 cpu_base->next_timer = timer; in hrtimer_reprogram()
1008 if (reprogram && timer == cpu_base->next_timer) in __remove_hrtimer()
2002 cpu_base->next_timer = NULL; in hrtimers_prepare_cpu()
Dtick-sched.h77 u64 next_timer; member
Dtimer_list.c179 P(next_timer); in print_cpu()
Dtick-sched.c697 ts->next_timer = next_tmr; in tick_nohz_next_event()