Lines Matching refs:BASE_GLOBAL
196 # define BASE_GLOBAL 1 macro
201 # define BASE_GLOBAL 0 macro
958 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_cpu_base()
972 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_this_cpu_base()
2107 base_global = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in fetch_next_timer_interrupt_remote()
2123 __releases(timer_bases[BASE_GLOBAL]->lock) in timer_unlock_remote_bases()
2128 base_global = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in timer_unlock_remote_bases()
2142 __acquires(timer_bases[BASE_GLOBAL]->lock) in timer_lock_remote_bases()
2147 base_global = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in timer_lock_remote_bases()
2175 struct timer_base *base = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in timer_expire_remote()
2243 base_global = this_cpu_ptr(&timer_bases[BASE_GLOBAL]); in __get_next_timer_interrupt()
2372 __this_cpu_write(timer_bases[BASE_GLOBAL].is_idle, false); in timer_clear_idle()
2445 run_timer_base(BASE_GLOBAL); in run_timer_softirq()