Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/time/
A Dhrtimer.c56 #define HRTIMER_ACTIVE_HARD ((1U << MASK_SHIFT) - 1) macro
57 #define HRTIMER_ACTIVE_SOFT (HRTIMER_ACTIVE_HARD << MASK_SHIFT)
58 #define HRTIMER_ACTIVE_ALL (HRTIMER_ACTIVE_SOFT | HRTIMER_ACTIVE_HARD)
584 if (active_mask & HRTIMER_ACTIVE_HARD) { in __hrtimer_get_next_event()
585 active = cpu_base->active_bases & HRTIMER_ACTIVE_HARD; in __hrtimer_get_next_event()
612 expires_next = __hrtimer_get_next_event(cpu_base, HRTIMER_ACTIVE_HARD); in hrtimer_update_next_event()
1518 active = cpu_base->active_bases & HRTIMER_ACTIVE_HARD; in hrtimer_next_event_without()
1811 __hrtimer_run_queues(cpu_base, now, flags, HRTIMER_ACTIVE_HARD); in hrtimer_interrupt()
1924 __hrtimer_run_queues(cpu_base, now, flags, HRTIMER_ACTIVE_HARD); in hrtimer_run_queues()

Completed in 6 milliseconds