Lines Matching refs:index
74 .index = HRTIMER_BASE_MONOTONIC,
79 .index = HRTIMER_BASE_REALTIME,
84 .index = HRTIMER_BASE_BOOTTIME,
89 .index = HRTIMER_BASE_TAI,
94 .index = HRTIMER_BASE_MONOTONIC_SOFT,
99 .index = HRTIMER_BASE_REALTIME_SOFT,
104 .index = HRTIMER_BASE_BOOTTIME_SOFT,
109 .index = HRTIMER_BASE_TAI_SOFT,
226 int basenum = base->index; in switch_hrtimer_base()
967 base->cpu_base->active_bases |= 1 << base->index; in enqueue_hrtimer()
998 cpu_base->active_bases &= ~(1 << base->index); in __remove_hrtimer()