Lines Matching refs:BASE_LOCAL
195 # define BASE_LOCAL 0 macro
200 # define BASE_LOCAL 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()
2106 base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu); in fetch_next_timer_interrupt_remote()
2122 __releases(timer_bases[BASE_LOCAL]->lock) in timer_unlock_remote_bases()
2127 base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu); in timer_unlock_remote_bases()
2141 __acquires(timer_bases[BASE_LOCAL]->lock) in timer_lock_remote_bases()
2146 base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu); in timer_lock_remote_bases()
2162 return __this_cpu_read(timer_bases[BASE_LOCAL].is_idle); in timer_base_is_idle()
2242 base_local = this_cpu_ptr(&timer_bases[BASE_LOCAL]); in __get_next_timer_interrupt()
2370 __this_cpu_write(timer_bases[BASE_LOCAL].is_idle, false); in timer_clear_idle()
2443 run_timer_base(BASE_LOCAL); in run_timer_softirq()
2458 struct timer_base *base = this_cpu_ptr(&timer_bases[BASE_LOCAL]); in run_local_timers()