Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Dtimekeeping.c322 int shift_change = clock->shift - old_clock->shift; in tk_setup_internals() local
323 if (shift_change < 0) { in tk_setup_internals()
324 tk->tkr_mono.xtime_nsec >>= -shift_change; in tk_setup_internals()
325 tk->tkr_raw.xtime_nsec >>= -shift_change; in tk_setup_internals()
327 tk->tkr_mono.xtime_nsec <<= shift_change; in tk_setup_internals()
328 tk->tkr_raw.xtime_nsec <<= shift_change; in tk_setup_internals()