Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dradix-tree.c410 unsigned int maxshift; in radix_tree_extend() local
414 maxshift = shift; in radix_tree_extend()
415 while (index > shift_maxindex(maxshift)) in radix_tree_extend()
416 maxshift += RADIX_TREE_MAP_SHIFT; in radix_tree_extend()
457 } while (shift <= maxshift); in radix_tree_extend()
459 return maxshift + RADIX_TREE_MAP_SHIFT; in radix_tree_extend()
/Linux-v5.10/kernel/time/
Dtimekeeping.c2126 int shift = 0, maxshift; in timekeeping_advance() local
2164 maxshift = (64 - (ilog2(ntp_tick_length())+1)) - 1; in timekeeping_advance()
2165 shift = min(shift, maxshift); in timekeeping_advance()