Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/time/ !
Dtimekeeping.c344 int shift_change = clock->shift - old_clock->shift; in tk_setup_internals() local
345 if (shift_change < 0) { in tk_setup_internals()
346 tk->tkr_mono.xtime_nsec >>= -shift_change; in tk_setup_internals()
347 tk->tkr_raw.xtime_nsec >>= -shift_change; in tk_setup_internals()
349 tk->tkr_mono.xtime_nsec <<= shift_change; in tk_setup_internals()
350 tk->tkr_raw.xtime_nsec <<= shift_change; in tk_setup_internals()