Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/time/
Dtimer.c197 # define BASE_GLOBAL 1 macro
202 # define BASE_GLOBAL 0 macro
959 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_cpu_base()
975 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_this_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()
2180 struct timer_base *base = per_cpu_ptr(&timer_bases[BASE_GLOBAL], cpu); in timer_expire_remote()
[all …]