Lines Matching refs:expires
771 u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; in tick_nohz_next_event() local
844 expires = basemono + delta; in tick_nohz_next_event()
846 expires = KTIME_MAX; in tick_nohz_next_event()
848 ts->timer_expires = min_t(u64, expires, next_tick); in tick_nohz_next_event()
858 u64 expires = ts->timer_expires; in tick_nohz_stop_tick() local
859 ktime_t tick = expires; in tick_nohz_stop_tick()
880 if (ts->tick_stopped && (expires == ts->next_tick)) { in tick_nohz_stop_tick()
913 if (unlikely(expires == KTIME_MAX)) { in tick_nohz_stop_tick()
1043 ktime_t expires; in __tick_nohz_idle_stop_tick() local
1051 expires = ts->timer_expires; in __tick_nohz_idle_stop_tick()
1053 expires = tick_nohz_next_event(ts, cpu); in __tick_nohz_idle_stop_tick()
1059 if (expires > 0LL) { in __tick_nohz_idle_stop_tick()
1065 ts->idle_expires = expires; in __tick_nohz_idle_stop_tick()