Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/time/
Dtimer.c191 # define BASE_STD 0 macro
195 # define BASE_STD 0 macro
905 struct timer_base *base = per_cpu_ptr(&timer_bases[BASE_STD], cpu); in get_timer_cpu_base()
918 struct timer_base *base = this_cpu_ptr(&timer_bases[BASE_STD]); in get_timer_this_cpu_base()
1691 struct timer_base *base = this_cpu_ptr(&timer_bases[BASE_STD]); in get_next_timer_interrupt()
1747 struct timer_base *base = this_cpu_ptr(&timer_bases[BASE_STD]); in timer_clear_idle()
1801 struct timer_base *base = this_cpu_ptr(&timer_bases[BASE_STD]); in run_timer_softirq()
1813 struct timer_base *base = this_cpu_ptr(&timer_bases[BASE_STD]); in run_local_timers()