Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dtimekeeping.c1840 s32 mult_adj) in timekeeping_apply_adjustment() argument
1844 if (mult_adj == 0) { in timekeeping_apply_adjustment()
1846 } else if (mult_adj == -1) { in timekeeping_apply_adjustment()
1849 } else if (mult_adj != 1) { in timekeeping_apply_adjustment()
1850 interval *= mult_adj; in timekeeping_apply_adjustment()
1851 offset *= mult_adj; in timekeeping_apply_adjustment()
1901 if ((mult_adj > 0) && (tk->tkr_mono.mult + mult_adj < mult_adj)) { in timekeeping_apply_adjustment()
1907 tk->tkr_mono.mult += mult_adj; in timekeeping_apply_adjustment()