Lines Matching refs:expires
658 u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; in tick_nohz_next_event() local
731 expires = basemono + delta; in tick_nohz_next_event()
733 expires = KTIME_MAX; in tick_nohz_next_event()
735 ts->timer_expires = min_t(u64, expires, next_tick); in tick_nohz_next_event()
745 u64 expires = ts->timer_expires; in tick_nohz_stop_tick() local
746 ktime_t tick = expires; in tick_nohz_stop_tick()
767 if (ts->tick_stopped && (expires == ts->next_tick)) { in tick_nohz_stop_tick()
800 if (unlikely(expires == KTIME_MAX)) { in tick_nohz_stop_tick()
933 ktime_t expires; in __tick_nohz_idle_stop_tick() local
941 expires = ts->timer_expires; in __tick_nohz_idle_stop_tick()
943 expires = tick_nohz_next_event(ts, cpu); in __tick_nohz_idle_stop_tick()
949 if (expires > 0LL) { in __tick_nohz_idle_stop_tick()
955 ts->idle_expires = expires; in __tick_nohz_idle_stop_tick()