Searched refs:active_bases (Results 1 – 2 of 2) sorted by relevance
573 active = cpu_base->active_bases & HRTIMER_ACTIVE_SOFT; in __hrtimer_get_next_event()582 active = cpu_base->active_bases & HRTIMER_ACTIVE_HARD; in __hrtimer_get_next_event()966 base->cpu_base->active_bases |= 1 << base->index; in enqueue_hrtimer()997 cpu_base->active_bases &= ~(1 << base->index); in __remove_hrtimer()1348 active = cpu_base->active_bases & HRTIMER_ACTIVE_SOFT; in hrtimer_next_event_without()1352 active = cpu_base->active_bases & HRTIMER_ACTIVE_HARD; in hrtimer_next_event_without()1555 unsigned int active = cpu_base->active_bases & active_mask; in __hrtimer_run_queues()2008 cpu_base->active_bases = 0; in hrtimers_prepare_cpu()
217 unsigned int active_bases; member