Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dtimekeeping.c300 int shift_change = clock->shift - old_clock->shift; in tk_setup_internals() local
301 if (shift_change < 0) { in tk_setup_internals()
302 tk->tkr_mono.xtime_nsec >>= -shift_change; in tk_setup_internals()
303 tk->tkr_raw.xtime_nsec >>= -shift_change; in tk_setup_internals()
305 tk->tkr_mono.xtime_nsec <<= shift_change; in tk_setup_internals()
306 tk->tkr_raw.xtime_nsec <<= shift_change; in tk_setup_internals()