Lines Matching refs:base_global

2025 						struct timer_base *base_global,  in fetch_next_timer_interrupt()  argument
2032 nextevt_global = next_timer_interrupt(base_global, basej); in fetch_next_timer_interrupt()
2072 if (!local_first && base_global->timers_pending) in fetch_next_timer_interrupt()
2101 struct timer_base *base_local, *base_global; in fetch_next_timer_interrupt_remote() local
2107 base_global = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in fetch_next_timer_interrupt_remote()
2110 lockdep_assert_held(&base_global->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
2128 base_global = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in timer_unlock_remote_bases()
2130 raw_spin_unlock(&base_global->lock); in timer_unlock_remote_bases()
2144 struct timer_base *base_local, *base_global; in timer_lock_remote_bases() local
2147 base_global = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in timer_lock_remote_bases()
2152 raw_spin_lock_nested(&base_global->lock, SINGLE_DEPTH_NESTING); in timer_lock_remote_bases()
2228 struct timer_base *base_local, *base_global; in __get_next_timer_interrupt() local
2243 base_global = this_cpu_ptr(&timer_bases[BASE_GLOBAL]); in __get_next_timer_interrupt()
2246 raw_spin_lock_nested(&base_global->lock, SINGLE_DEPTH_NESTING); in __get_next_timer_interrupt()
2249 base_global, &tevt); in __get_next_timer_interrupt()
2272 __forward_timer_base(base_global, basej); in __get_next_timer_interrupt()
2298 base_global->is_idle = true; in __get_next_timer_interrupt()
2315 raw_spin_unlock(&base_global->lock); in __get_next_timer_interrupt()