BASE_LOCAL
base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu);
__releases(timer_bases[BASE_LOCAL]->lock)
base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu);
__acquires(timer_bases[BASE_LOCAL]->lock)
base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu);
return __this_cpu_read(timer_bases[BASE_LOCAL].is_idle);
base_local = this_cpu_ptr(&timer_bases[BASE_LOCAL]);
__this_cpu_write(timer_bases[BASE_LOCAL].is_idle, false);
run_timer_base(BASE_LOCAL);
struct timer_base *base = this_cpu_ptr(&timer_bases[BASE_LOCAL]);
int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL;
int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL;