Lines Matching refs:interval
232 cycle_t interval; in tk_setup_internals() local
256 interval = (cycle_t) tmp; in tk_setup_internals()
257 tk->cycle_interval = interval; in tk_setup_internals()
260 tk->xtime_interval = (u64) interval * clock->mult; in tk_setup_internals()
263 ((u64) interval * clock->mult) >> clock->shift; in tk_setup_internals()
1512 s64 interval = tk->cycle_interval; in timekeeping_apply_adjustment() local
1517 interval = -interval; in timekeeping_apply_adjustment()
1521 interval <<= adj_scale; in timekeeping_apply_adjustment()
1580 tk->xtime_interval += interval; in timekeeping_apply_adjustment()
1582 tk->ntp_error -= (interval - offset) << tk->ntp_error_shift; in timekeeping_apply_adjustment()
1592 s64 interval = tk->cycle_interval; in timekeeping_freqadjust() local
1609 if (likely((tick_error >= 0) && (tick_error <= interval))) in timekeeping_freqadjust()
1617 for (adj = 0; tick_error > interval; adj++) in timekeeping_freqadjust()
1725 cycle_t interval = tk->cycle_interval << shift; in logarithmic_accumulation() local
1729 if (offset < interval) in logarithmic_accumulation()
1733 offset -= interval; in logarithmic_accumulation()
1734 tk->tkr_mono.cycle_last += interval; in logarithmic_accumulation()
1735 tk->tkr_raw.cycle_last += interval; in logarithmic_accumulation()