Home
last modified time | relevance | path

Searched refs:BASE_GLOBAL (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/kernel/time/
H A Dtimer.c196 # 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()
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()
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()
[all …]