Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtimekeeping.c267 int shift_change = clock->shift - old_clock->shift; in tk_setup_internals() local
268 if (shift_change < 0) in tk_setup_internals()
269 tk->tkr_mono.xtime_nsec >>= -shift_change; in tk_setup_internals()
271 tk->tkr_mono.xtime_nsec <<= shift_change; in tk_setup_internals()