Searched refs:mult_adj (Results 1 – 1 of 1) sorted by relevance
1905 s32 mult_adj) in timekeeping_apply_adjustment() argument1909 if (mult_adj == 0) { in timekeeping_apply_adjustment()1911 } else if (mult_adj == -1) { in timekeeping_apply_adjustment()1914 } else if (mult_adj != 1) { in timekeeping_apply_adjustment()1915 interval *= mult_adj; in timekeeping_apply_adjustment()1916 offset *= mult_adj; in timekeeping_apply_adjustment()1966 if ((mult_adj > 0) && (tk->tkr_mono.mult + mult_adj < mult_adj)) { in timekeeping_apply_adjustment()1972 tk->tkr_mono.mult += mult_adj; in timekeeping_apply_adjustment()
Completed in 7 milliseconds