Lines Matching full:bases
62 * The timer bases:
64 * There are more clockids than hrtimer bases. Thus, we index
65 * into the timer bases by the hrtimer_base_type enum. When trying
543 * the clock bases so the result might be negative. Fix it up in __hrtimer_next_event_base()
558 * When a softirq is pending, we can ignore the HRTIMER_ACTIVE_SOFT bases,
560 * hrtimer_run_softirq(), hrtimer_update_softirq_timer() will re-add these bases.
562 * Therefore softirq values are those from the HRTIMER_ACTIVE_SOFT clock bases.
603 * soft bases. They will be handled in the already raised soft in hrtimer_update_next_event()
857 * clock bases and reprogram the clock event device. in hrtimer_reprogram()
880 * bases. Either it will see the update before handling a base or in update_needs_ipi()
896 * will reevaluate the first expiring timer of all clock bases in update_needs_ipi()
903 * Walk the affected clock bases and check whether the first expiring in update_needs_ipi()
918 /* Extra check for softirq clock bases */ in update_needs_ipi()
943 void clock_was_set(unsigned int bases) in clock_was_set() argument
965 if (update_needs_ipi(cpu_base, bases)) in clock_was_set()
1819 /* Reevaluate the clock bases for the [soft] next expiry */ in hrtimer_interrupt()