Searched refs:BASE_GLOBAL (Results 1 – 1 of 1) sorted by relevance
197 # define BASE_GLOBAL 1 macro202 # define BASE_GLOBAL 0 macro959 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_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()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()[all …]
Completed in 8 milliseconds