active_bases 216 include/linux/hrtimer.h unsigned int active_bases; active_bases 574 kernel/time/hrtimer.c active = cpu_base->active_bases & HRTIMER_ACTIVE_SOFT; active_bases 583 kernel/time/hrtimer.c active = cpu_base->active_bases & HRTIMER_ACTIVE_HARD; active_bases 967 kernel/time/hrtimer.c base->cpu_base->active_bases |= 1 << base->index; active_bases 998 kernel/time/hrtimer.c cpu_base->active_bases &= ~(1 << base->index); active_bases 1349 kernel/time/hrtimer.c active = cpu_base->active_bases & HRTIMER_ACTIVE_SOFT; active_bases 1353 kernel/time/hrtimer.c active = cpu_base->active_bases & HRTIMER_ACTIVE_HARD; active_bases 1551 kernel/time/hrtimer.c unsigned int active = cpu_base->active_bases & active_mask; active_bases 1999 kernel/time/hrtimer.c cpu_base->active_bases = 0;