Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dhrtimer.c563 active = cpu_base->active_bases & HRTIMER_ACTIVE_SOFT; in __hrtimer_get_next_event()
572 active = cpu_base->active_bases & HRTIMER_ACTIVE_HARD; in __hrtimer_get_next_event()
956 base->cpu_base->active_bases |= 1 << base->index; in enqueue_hrtimer()
985 cpu_base->active_bases &= ~(1 << base->index); in __remove_hrtimer()
1241 active = cpu_base->active_bases & HRTIMER_ACTIVE_SOFT; in hrtimer_next_event_without()
1245 active = cpu_base->active_bases & HRTIMER_ACTIVE_HARD; in hrtimer_next_event_without()
1432 unsigned int active = cpu_base->active_bases & active_mask; in __hrtimer_run_queues()
1814 cpu_base->active_bases = 0; in hrtimers_prepare_cpu()
/Linux-v4.19/include/linux/
Dhrtimer.h204 unsigned int active_bases; member