Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/time/
Dtimekeeping.c342 int shift_change = clock->shift - old_clock->shift; in tk_setup_internals() local
343 if (shift_change < 0) { in tk_setup_internals()
344 tk->tkr_mono.xtime_nsec >>= -shift_change; in tk_setup_internals()
345 tk->tkr_raw.xtime_nsec >>= -shift_change; in tk_setup_internals()
347 tk->tkr_mono.xtime_nsec <<= shift_change; in tk_setup_internals()
348 tk->tkr_raw.xtime_nsec <<= shift_change; in tk_setup_internals()