Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtimer.c194 # define NR_BASES 3 macro
199 # define NR_BASES 1 macro
267 static DEFINE_PER_CPU(struct timer_base, timer_bases[NR_BASES]);
2420 for (int i = 0; i < NR_BASES; i++, base++) { in run_local_timers()
2502 for (b = 0; b < NR_BASES; b++) { in timers_prepare_cpu()
2519 for (b = 0; b < NR_BASES; b++) { in timers_dead_cpu()
2555 for (i = 0; i < NR_BASES; i++) { in init_timer_cpu()