Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtimer.c195 # define BASE_LOCAL 0 macro
200 # define BASE_LOCAL 0 macro
916 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()
2064 base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu); in fetch_next_timer_interrupt_remote()
2080 __releases(timer_bases[BASE_LOCAL]->lock) in timer_unlock_remote_bases()
2085 base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu); in timer_unlock_remote_bases()
2099 __acquires(timer_bases[BASE_LOCAL]->lock) in timer_lock_remote_bases()
2104 base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu); in timer_lock_remote_bases()
2120 return __this_cpu_read(timer_bases[BASE_LOCAL].is_idle); in timer_base_is_idle()
[all …]