Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtimekeeping.c2251 s32 mult_adj) in timekeeping_apply_adjustment() argument
2255 if (mult_adj == 0) { in timekeeping_apply_adjustment()
2257 } else if (mult_adj == -1) { in timekeeping_apply_adjustment()
2260 } else if (mult_adj != 1) { in timekeeping_apply_adjustment()
2261 interval *= mult_adj; in timekeeping_apply_adjustment()
2262 offset *= mult_adj; in timekeeping_apply_adjustment()
2312 if ((mult_adj > 0) && (tk->tkr_mono.mult + mult_adj < mult_adj)) { in timekeeping_apply_adjustment()
2318 tk->tkr_mono.mult += mult_adj; in timekeeping_apply_adjustment()