Searched refs:BASE_GLOBAL (Results 1 – 1 of 1) sorted by relevance
196 # define BASE_GLOBAL 1 macro201 # define BASE_GLOBAL 0 macro916 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_cpu_base()930 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_this_cpu_base()2065 base_global = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in fetch_next_timer_interrupt_remote()2081 __releases(timer_bases[BASE_GLOBAL]->lock) in timer_unlock_remote_bases()2086 base_global = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in timer_unlock_remote_bases()2100 __acquires(timer_bases[BASE_GLOBAL]->lock) in timer_lock_remote_bases()2105 base_global = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in timer_lock_remote_bases()2133 struct timer_base *base = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in timer_expire_remote()[all …]