Lines Matching refs:active
473 unsigned int active = cpu_base->active_bases; in __hrtimer_get_next_event() local
476 for (; active; base++, active >>= 1) { in __hrtimer_get_next_event()
480 if (!(active & 0x01)) in __hrtimer_get_next_event()
483 next = timerqueue_getnext(&base->active); in __hrtimer_get_next_event()
885 return timerqueue_add(&base->active, &timer->node); in enqueue_hrtimer()
909 if (!timerqueue_del(&base->active, &timer->node)) in __remove_hrtimer()
1281 unsigned int active = cpu_base->active_bases; in __hrtimer_run_queues() local
1283 for (; active; base++, active >>= 1) { in __hrtimer_run_queues()
1287 if (!(active & 0x01)) in __hrtimer_run_queues()
1292 while ((node = timerqueue_getnext(&base->active))) { in __hrtimer_run_queues()
1610 timerqueue_init_head(&cpu_base->clock_base[i].active); in init_hrtimers_cpu()
1625 while ((node = timerqueue_getnext(&old_base->active))) { in migrate_hrtimer_list()