Lines Matching defs:bases
95 * The timer bases:
97 * There are more clockids than hrtimer bases. Thus, we index
98 * into the timer bases by the hrtimer_base_type enum. When trying
609 * When a softirq is pending, we can ignore the HRTIMER_ACTIVE_SOFT bases,
611 * hrtimer_run_softirq(), hrtimer_update_softirq_timer() will re-add these bases.
613 * Therefore softirq values are those from the HRTIMER_ACTIVE_SOFT clock bases.
652 * soft bases. They will be handled in the already raised soft
738 /* Reprogram the event source with a evaluation of all clock bases */
914 * bases. Either it will see the update before handling a base or
935 * Walk the affected clock bases and check whether the first expiring
950 /* Extra check for softirq clock bases */
975 void clock_was_set(unsigned int bases)
995 if (update_needs_ipi(cpu_base, bases))
2203 * timers while __hrtimer_run_queues() is expiring the clock bases.