Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dhrtimer.c88 #define HRTIMER_ACTIVE_HARD ((1U << MASK_SHIFT) - 1) macro
89 #define HRTIMER_ACTIVE_SOFT (HRTIMER_ACTIVE_HARD << MASK_SHIFT)
90 #define HRTIMER_ACTIVE_ALL (HRTIMER_ACTIVE_SOFT | HRTIMER_ACTIVE_HARD)
638 if (active_mask & HRTIMER_ACTIVE_HARD) { in __hrtimer_get_next_event()
639 active = cpu_base->active_bases & HRTIMER_ACTIVE_HARD; in __hrtimer_get_next_event()
665 expires_next = __hrtimer_get_next_event(cpu_base, HRTIMER_ACTIVE_HARD); in hrtimer_update_next_event()
1861 active = cpu_base->active_bases & HRTIMER_ACTIVE_HARD; in hrtimer_next_event_without()
2250 __hrtimer_run_queues(cpu_base, now, flags, HRTIMER_ACTIVE_HARD); in hrtimer_interrupt()
2316 __hrtimer_run_queues(cpu_base, now, flags, HRTIMER_ACTIVE_HARD); in hrtimer_run_queues()