Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dhrtimer.c585 active = cpu_base->active_bases & HRTIMER_ACTIVE_SOFT; in __hrtimer_get_next_event()
594 active = cpu_base->active_bases & HRTIMER_ACTIVE_HARD; in __hrtimer_get_next_event()
912 active &= cpu_base->active_bases; in update_needs_ipi()
1091 base->cpu_base->active_bases |= 1 << base->index; in enqueue_hrtimer()
1122 cpu_base->active_bases &= ~(1 << base->index); in __remove_hrtimer()
1559 active = cpu_base->active_bases & HRTIMER_ACTIVE_SOFT; in hrtimer_next_event_without()
1563 active = cpu_base->active_bases & HRTIMER_ACTIVE_HARD; in hrtimer_next_event_without()
1797 unsigned int active = cpu_base->active_bases & active_mask; in __hrtimer_run_queues()
2235 cpu_base->active_bases = 0; in hrtimers_cpu_starting()
/linux-6.15/include/linux/
H A Dhrtimer_defs.h106 unsigned int active_bases; member