Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtimekeeping.c1513 s32 mult_adj = 1; in timekeeping_apply_adjustment() local
1516 mult_adj = -mult_adj; in timekeeping_apply_adjustment()
1520 mult_adj <<= adj_scale; in timekeeping_apply_adjustment()
1573 if ((mult_adj > 0) && (tk->tkr_mono.mult + mult_adj < mult_adj)) { in timekeeping_apply_adjustment()
1579 tk->tkr_mono.mult += mult_adj; in timekeeping_apply_adjustment()