Home
last modified time | relevance | path

Searched refs:mult_adj (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/kernel/time/
Dtimekeeping.c1823 s32 mult_adj) in timekeeping_apply_adjustment() argument
1827 if (mult_adj == 0) { in timekeeping_apply_adjustment()
1829 } else if (mult_adj == -1) { in timekeeping_apply_adjustment()
1832 } else if (mult_adj != 1) { in timekeeping_apply_adjustment()
1833 interval *= mult_adj; in timekeeping_apply_adjustment()
1834 offset *= mult_adj; in timekeeping_apply_adjustment()
1884 if ((mult_adj > 0) && (tk->tkr_mono.mult + mult_adj < mult_adj)) { in timekeeping_apply_adjustment()
1890 tk->tkr_mono.mult += mult_adj; in timekeeping_apply_adjustment()