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.c57 #define HRTIMER_ACTIVE_HARD ((1U << MASK_SHIFT) - 1) macro
58 #define HRTIMER_ACTIVE_SOFT (HRTIMER_ACTIVE_HARD << MASK_SHIFT)
59 #define HRTIMER_ACTIVE_ALL (HRTIMER_ACTIVE_SOFT | HRTIMER_ACTIVE_HARD)
587 if (active_mask & HRTIMER_ACTIVE_HARD) { in __hrtimer_get_next_event()
588 active = cpu_base->active_bases & HRTIMER_ACTIVE_HARD; in __hrtimer_get_next_event()
615 expires_next = __hrtimer_get_next_event(cpu_base, HRTIMER_ACTIVE_HARD); in hrtimer_update_next_event()
1524 active = cpu_base->active_bases & HRTIMER_ACTIVE_HARD; in hrtimer_next_event_without()
1817 __hrtimer_run_queues(cpu_base, now, flags, HRTIMER_ACTIVE_HARD); in hrtimer_interrupt()
1912 __hrtimer_run_queues(cpu_base, now, flags, HRTIMER_ACTIVE_HARD); in hrtimer_run_queues()