Lines Matching refs:BASE_GLOBAL
197 # define BASE_GLOBAL 1 macro
202 # define BASE_GLOBAL 0 macro
959 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_cpu_base()
975 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_this_cpu_base()
2112 base_global = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in fetch_next_timer_interrupt_remote()
2128 __releases(timer_bases[BASE_GLOBAL]->lock) in timer_unlock_remote_bases()
2133 base_global = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in timer_unlock_remote_bases()
2147 __acquires(timer_bases[BASE_GLOBAL]->lock) in timer_lock_remote_bases()
2152 base_global = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in timer_lock_remote_bases()
2180 struct timer_base *base = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in timer_expire_remote()
2248 base_global = this_cpu_ptr(&timer_bases[BASE_GLOBAL]); in __get_next_timer_interrupt()
2377 __this_cpu_write(timer_bases[BASE_GLOBAL].is_idle, false); in timer_clear_idle()
2449 run_timer_base(BASE_GLOBAL); in run_timer_softirq()