Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dhrtimer.h170 HRTIMER_MAX_CLOCK_BASES, enumerator
220 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES];
/Linux-v4.19/kernel/time/
Dtimer_list.c141 for (i = 0; i < HRTIMER_MAX_CLOCK_BASES; i++) { in print_cpu()
285 SEQ_printf(m, "HRTIMER_MAX_CLOCK_BASES: %d\n", HRTIMER_MAX_CLOCK_BASES); in timer_list_header()
Dhrtimer.c128 [0 ... MAX_CLOCKS - 1] = HRTIMER_MAX_CLOCK_BASES,
1261 if (likely(base != HRTIMER_MAX_CLOCK_BASES)) in hrtimer_clockid_to_base()
1272 int base = softtimer ? HRTIMER_MAX_CLOCK_BASES / 2 : 0; in __hrtimer_init()
1808 for (i = 0; i < HRTIMER_MAX_CLOCK_BASES; i++) { in hrtimers_prepare_cpu()
1880 for (i = 0; i < HRTIMER_MAX_CLOCK_BASES; i++) { in hrtimers_dead_cpu()