Searched refs:softirq_expires_next (Results 1 – 2 of 2) sorted by relevance
611 cpu_base->softirq_expires_next = soft; in hrtimer_update_next_event()838 if (!ktime_before(expires, timer_cpu_base->softirq_expires_next)) in hrtimer_reprogram()842 timer_cpu_base->softirq_expires_next = expires; in hrtimer_reprogram()927 if (expires < cpu_base->softirq_expires_next) in update_needs_ipi()1809 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_interrupt()1810 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_interrupt()1922 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_run_queues()1923 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_run_queues()2186 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimers_prepare_cpu()
237 ktime_t softirq_expires_next; member