Lines Matching refs:interval
243 cycle_t interval; in tk_setup_internals() local
267 interval = (cycle_t) tmp; in tk_setup_internals()
268 tk->cycle_interval = interval; in tk_setup_internals()
271 tk->xtime_interval = (u64) interval * clock->mult; in tk_setup_internals()
274 ((u64) interval * clock->mult) >> clock->shift; in tk_setup_internals()
1513 s64 interval = tk->cycle_interval; in timekeeping_apply_adjustment() local
1518 interval = -interval; in timekeeping_apply_adjustment()
1522 interval <<= adj_scale; in timekeeping_apply_adjustment()
1581 tk->xtime_interval += interval; in timekeeping_apply_adjustment()
1583 tk->ntp_error -= (interval - offset) << tk->ntp_error_shift; in timekeeping_apply_adjustment()
1593 s64 interval = tk->cycle_interval; in timekeeping_freqadjust() local
1610 if (likely((tick_error >= 0) && (tick_error <= interval))) in timekeeping_freqadjust()
1618 for (adj = 0; tick_error > interval; adj++) in timekeeping_freqadjust()
1726 cycle_t interval = tk->cycle_interval << shift; in logarithmic_accumulation() local
1730 if (offset < interval) in logarithmic_accumulation()
1734 offset -= interval; in logarithmic_accumulation()
1735 tk->tkr_mono.cycle_last += interval; in logarithmic_accumulation()
1736 tk->tkr_raw.cycle_last += interval; in logarithmic_accumulation()