Searched refs:softirq_expires_next (Results 1 – 2 of 2) sorted by relevance
646 cpu_base->softirq_expires_next = expires_next; in hrtimer_force_reprogram()802 if (!ktime_before(expires, timer_cpu_base->softirq_expires_next)) in hrtimer_reprogram()806 timer_cpu_base->softirq_expires_next = expires; in hrtimer_reprogram()1639 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_interrupt()1640 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_interrupt()1752 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_run_queues()1753 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_run_queues()2014 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimers_prepare_cpu()
235 ktime_t softirq_expires_next; member