Home
last modified time | relevance | path

Searched refs:base_global (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/time/
H A Dtimer.c1983 struct timer_base *base_global, in fetch_next_timer_interrupt() argument
1990 nextevt_global = next_timer_interrupt(base_global, basej); in fetch_next_timer_interrupt()
2030 if (!local_first && base_global->timers_pending) in fetch_next_timer_interrupt()
2059 struct timer_base *base_local, *base_global; in fetch_next_timer_interrupt_remote() local
2065 base_global = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in fetch_next_timer_interrupt_remote()
2068 lockdep_assert_held(&base_global->lock); in fetch_next_timer_interrupt_remote()
2070 fetch_next_timer_interrupt(basej, basem, base_local, base_global, tevt); in fetch_next_timer_interrupt_remote()
2083 struct timer_base *base_local, *base_global; in timer_unlock_remote_bases() local
2086 base_global = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in timer_unlock_remote_bases()
2088 raw_spin_unlock(&base_global->lock); in timer_unlock_remote_bases()
[all …]