Searched refs:softirq_expires_next (Results 1 – 2 of 2) sorted by relevance
609 cpu_base->softirq_expires_next = soft; in hrtimer_update_next_event()804 if (!ktime_before(expires, timer_cpu_base->softirq_expires_next)) in hrtimer_reprogram()808 timer_cpu_base->softirq_expires_next = expires; in hrtimer_reprogram()1729 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_interrupt()1730 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_interrupt()1842 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_run_queues()1843 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_run_queues()2106 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimers_prepare_cpu()
238 ktime_t softirq_expires_next; member