Searched refs:softirq_expires_next (Results 1 – 2 of 2) sorted by relevance
636 cpu_base->softirq_expires_next = expires_next; in hrtimer_force_reprogram()792 if (!ktime_before(expires, timer_cpu_base->softirq_expires_next)) in hrtimer_reprogram()796 timer_cpu_base->softirq_expires_next = expires; in hrtimer_reprogram()1512 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_interrupt()1513 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_interrupt()1625 if (!ktime_before(now, cpu_base->softirq_expires_next)) { in hrtimer_run_queues()1626 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimer_run_queues()1820 cpu_base->softirq_expires_next = KTIME_MAX; in hrtimers_prepare_cpu()
218 ktime_t softirq_expires_next; member