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

/linux-4.1.27/kernel/time/
H A Dtimer_list.c144 for (i = 0; i < HRTIMER_MAX_CLOCK_BASES; i++) { print_cpu()
286 SEQ_printf(m, "HRTIMER_MAX_CLOCK_BASES: %d\n", HRTIMER_MAX_CLOCK_BASES); timer_list_header()
H A Dhrtimer.c452 for (i = 0; i < HRTIMER_MAX_CLOCK_BASES; i++, base++) { __hrtimer_get_next_event()
681 for (i = 0; i < HRTIMER_MAX_CLOCK_BASES; i++) hrtimer_switch_to_hres()
1268 for (i = 0; i < HRTIMER_MAX_CLOCK_BASES; i++) { hrtimer_interrupt()
1444 for (index = 0; index < HRTIMER_MAX_CLOCK_BASES; index++) { hrtimer_run_queues()
1622 for (i = 0; i < HRTIMER_MAX_CLOCK_BASES; i++) { init_hrtimers_cpu()
1684 for (i = 0; i < HRTIMER_MAX_CLOCK_BASES; i++) { migrate_hrtimers()
/linux-4.1.27/include/linux/
H A Dhrtimer.h161 HRTIMER_MAX_CLOCK_BASES, enumerator in enum:hrtimer_base_type
197 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES];

Completed in 82 milliseconds