Searched refs:softirq_expires_next (Results 1 – 2 of 2) sorted by relevance
647 cpu_base->softirq_expires_next = expires_next; in hrtimer_force_reprogram()803 if (!ktime_before(expires, timer_cpu_base->softirq_expires_next)) in hrtimer_reprogram()807 timer_cpu_base->softirq_expires_next = expires; in hrtimer_reprogram()1632 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_interrupt()1633 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_interrupt()1745 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_run_queues()1746 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_run_queues()2002 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimers_prepare_cpu()
234 ktime_t softirq_expires_next; member