Home
last modified time | relevance | path

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

/kernel/time/
Dtimekeeping.c2164 int shift = 0, maxshift; in timekeeping_advance() local
2195 maxshift = (64 - (ilog2(ntp_tick_length())+1)) - 1; in timekeeping_advance()
2196 shift = min(shift, maxshift); in timekeeping_advance()