Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dhrtimer.c602 cpu_base->softirq_expires_next = soft; in hrtimer_update_next_event()
819 * case softirq_expires_next needs to be updated on the in hrtimer_reprogram()
829 if (!ktime_before(expires, timer_cpu_base->softirq_expires_next)) in hrtimer_reprogram()
833 timer_cpu_base->softirq_expires_next = expires; in hrtimer_reprogram()
918 if (expires < cpu_base->softirq_expires_next) in update_needs_ipi()
1195 * hrtimer. cpu_base->softirq_expires_next needs to be updated! in hrtimer_update_softirq_timer()
1814 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_interrupt()
1815 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_interrupt()
1927 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_run_queues()
1928 cpu_base->softirq_expires_next in hrtimer_run_queues()
[all...]
/openbmc/linux/include/linux/
H A Dhrtimer.h237 ktime_t softirq_expires_next; member