Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/time/
Dhrtimer.c535 cpu_base->softirq_next_timer = timer; in __hrtimer_next_event_base()
579 cpu_base->softirq_next_timer = NULL; in __hrtimer_get_next_event()
583 next_timer = cpu_base->softirq_next_timer; in __hrtimer_get_next_event()
620 cpu_base->next_timer = cpu_base->softirq_next_timer; in hrtimer_update_next_event()
841 timer_cpu_base->softirq_next_timer = timer; in hrtimer_reprogram()
1213 hrtimer_reprogram(cpu_base->softirq_next_timer, reprogram); in hrtimer_update_softirq_timer()
2184 cpu_base->softirq_next_timer = NULL; in hrtimers_prepare_cpu()
/linux-6.6.21/include/linux/
Dhrtimer.h238 struct hrtimer *softirq_next_timer; member