Home
last modified time | relevance | path

Searched refs:softirq_next_timer (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/time/
Dhrtimer.c523 cpu_base->softirq_next_timer = timer; in __hrtimer_next_event_base()
564 cpu_base->softirq_next_timer = NULL; in __hrtimer_get_next_event()
568 next_timer = cpu_base->softirq_next_timer; in __hrtimer_get_next_event()
795 timer_cpu_base->softirq_next_timer = timer; in hrtimer_reprogram()
1067 hrtimer_reprogram(cpu_base->softirq_next_timer, reprogram); in hrtimer_update_softirq_timer()
1818 cpu_base->softirq_next_timer = NULL; in hrtimers_prepare_cpu()
/Linux-v4.19/include/linux/
Dhrtimer.h219 struct hrtimer *softirq_next_timer; member