Home
last modified time | relevance | path

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

/linux/kernel/time/
A Dtimer.c196 # define BASE_LOCAL 0 macro
201 # define BASE_LOCAL 0 macro
2111 base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu); in fetch_next_timer_interrupt_remote()
2127 __releases(timer_bases[BASE_LOCAL]->lock) in timer_unlock_remote_bases()
2132 base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu); in timer_unlock_remote_bases()
2146 __acquires(timer_bases[BASE_LOCAL]->lock) in timer_lock_remote_bases()
2151 base_local = per_cpu_ptr(&timer_bases[BASE_LOCAL], cpu); in timer_lock_remote_bases()
2167 return __this_cpu_read(timer_bases[BASE_LOCAL].is_idle); in timer_base_is_idle()
2247 base_local = this_cpu_ptr(&timer_bases[BASE_LOCAL]); in __get_next_timer_interrupt()
2375 __this_cpu_write(timer_bases[BASE_LOCAL].is_idle, false); in timer_clear_idle()
[all …]

Completed in 9 milliseconds