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()1703 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_interrupt()1704 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_interrupt()1816 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_run_queues()1817 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_run_queues()2078 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimers_prepare_cpu()
238 ktime_t softirq_expires_next; member