Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/time/
Dtimer.c2029 struct timer_base *base_local, in fetch_next_timer_interrupt() argument
2036 nextevt_local = next_timer_interrupt(base_local, basej); in fetch_next_timer_interrupt()
2080 if (base_local->timers_pending) in fetch_next_timer_interrupt()
2106 struct timer_base *base_local, *base_global; in fetch_next_timer_interrupt_remote() local
2111 base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu); in fetch_next_timer_interrupt_remote()
2114 lockdep_assert_held(&base_local->lock); in fetch_next_timer_interrupt_remote()
2117 fetch_next_timer_interrupt(basej, basem, base_local, base_global, tevt); in fetch_next_timer_interrupt_remote()
2130 struct timer_base *base_local, *base_global; in timer_unlock_remote_bases() local
2132 base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu); in timer_unlock_remote_bases()
2136 raw_spin_unlock(&base_local->lock); in timer_unlock_remote_bases()
[all …]