Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhrtimer_defs.h67 HRTIMER_MAX_CLOCK_BASES, enumerator
127 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES];
/linux/kernel/time/
H A Dtimer_list.c121 for (i = 0; i < HRTIMER_MAX_CLOCK_BASES; i++) { in print_cpu()
264 SEQ_printf(m, "HRTIMER_MAX_CLOCK_BASES: %d\n", HRTIMER_MAX_CLOCK_BASES); in timer_list_header()
H A Dhrtimer.c119 [0 ... MAX_CLOCKS - 1] = HRTIMER_MAX_CLOCK_BASES,
1531 if (likely(base != HRTIMER_MAX_CLOCK_BASES)) in hrtimer_clockid_to_base()
1571 base = softtimer ? HRTIMER_MAX_CLOCK_BASES / 2 : 0; in __hrtimer_init()
2196 for (i = 0; i < HRTIMER_MAX_CLOCK_BASES; i++) { in hrtimers_prepare_cpu()
2264 for (i = 0; i < HRTIMER_MAX_CLOCK_BASES; i++) { in hrtimers_cpu_dying()