Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/time/
Dtimer.c189 # define NR_BASES 2 macro
193 # define NR_BASES 1 macro
215 static DEFINE_PER_CPU(struct timer_base, timer_bases[NR_BASES]);
1955 for (b = 0; b < NR_BASES; b++) { in __migrate_timers()
2006 for (b = 0; b < NR_BASES; b++) { in timers_prepare_cpu()
2039 for (b = 0; b < NR_BASES; b++) { in timers_dead_cpu()
2076 for (i = 0; i < NR_BASES; i++) { in init_timer_cpu()