Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dhrtimer.c473 unsigned int active = cpu_base->active_bases; in __hrtimer_get_next_event()
881 base->cpu_base->active_bases |= 1 << base->index; in enqueue_hrtimer()
910 cpu_base->active_bases &= ~(1 << base->index); in __remove_hrtimer()
1281 unsigned int active = cpu_base->active_bases; in __hrtimer_run_queues()
/linux-4.4.14/include/linux/
Dhrtimer.h191 unsigned int active_bases; member