Lines Matching refs:base_local
2024 struct timer_base *base_local, in fetch_next_timer_interrupt() argument
2031 nextevt_local = next_timer_interrupt(base_local, basej); in fetch_next_timer_interrupt()
2075 if (base_local->timers_pending) in fetch_next_timer_interrupt()
2101 struct timer_base *base_local, *base_global; in fetch_next_timer_interrupt_remote() local
2106 base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu); in fetch_next_timer_interrupt_remote()
2109 lockdep_assert_held(&base_local->lock); in fetch_next_timer_interrupt_remote()
2112 fetch_next_timer_interrupt(basej, basem, base_local, base_global, tevt); in fetch_next_timer_interrupt_remote()
2125 struct timer_base *base_local, *base_global; in timer_unlock_remote_bases() local
2127 base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu); in timer_unlock_remote_bases()
2131 raw_spin_unlock(&base_local->lock); in timer_unlock_remote_bases()
2144 struct timer_base *base_local, *base_global; in timer_lock_remote_bases() local
2146 base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu); in timer_lock_remote_bases()
2151 raw_spin_lock(&base_local->lock); in timer_lock_remote_bases()
2228 struct timer_base *base_local, *base_global; in __get_next_timer_interrupt() local
2242 base_local = this_cpu_ptr(&timer_bases[BASE_LOCAL]); in __get_next_timer_interrupt()
2245 raw_spin_lock(&base_local->lock); in __get_next_timer_interrupt()
2248 nextevt = fetch_next_timer_interrupt(basej, basem, base_local, in __get_next_timer_interrupt()
2265 base_local->is_idle, &tevt); in __get_next_timer_interrupt()
2271 __forward_timer_base(base_local, basej); in __get_next_timer_interrupt()
2290 if (!base_local->is_idle && time_after(nextevt, basej + 1)) { in __get_next_timer_interrupt()
2291 base_local->is_idle = true; in __get_next_timer_interrupt()
2297 if (tick_nohz_full_cpu(base_local->cpu)) in __get_next_timer_interrupt()
2299 trace_timer_base_idle(true, base_local->cpu); in __get_next_timer_interrupt()
2301 *idle = base_local->is_idle; in __get_next_timer_interrupt()
2311 if (!base_local->is_idle && idle_is_possible) in __get_next_timer_interrupt()
2316 raw_spin_unlock(&base_local->lock); in __get_next_timer_interrupt()