Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dntp_internal.h8 extern u64 ntp_tick_length(unsigned int tkid);
H A Dtimekeeping.c2154 u64 ntp_tl = ntp_tick_length(tk->id); in timekeeping_adjust()
2332 maxshift = (64 - (ilog2(ntp_tick_length(tk->id)) + 1)) - 1; in __timekeeping_advance()