Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dradix-tree.c624 unsigned int maxshift; in radix_tree_extend() local
628 maxshift = shift; in radix_tree_extend()
629 while (index > shift_maxindex(maxshift)) in radix_tree_extend()
630 maxshift += RADIX_TREE_MAP_SHIFT; in radix_tree_extend()
671 } while (shift <= maxshift); in radix_tree_extend()
673 return maxshift + RADIX_TREE_MAP_SHIFT; in radix_tree_extend()
/Linux-v4.19/kernel/time/
Dtimekeeping.c2070 int shift = 0, maxshift; in timekeeping_advance() local
2108 maxshift = (64 - (ilog2(ntp_tick_length())+1)) - 1; in timekeeping_advance()
2109 shift = min(shift, maxshift); in timekeeping_advance()