Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dradix-tree.c421 unsigned int maxshift; in radix_tree_extend() local
425 maxshift = shift; in radix_tree_extend()
426 while (index > shift_maxindex(maxshift)) in radix_tree_extend()
427 maxshift += RADIX_TREE_MAP_SHIFT; in radix_tree_extend()
468 } while (shift <= maxshift); in radix_tree_extend()
470 return maxshift + RADIX_TREE_MAP_SHIFT; in radix_tree_extend()
/Linux-v5.4/kernel/time/
Dtimekeeping.c2053 int shift = 0, maxshift; in timekeeping_advance() local
2091 maxshift = (64 - (ilog2(ntp_tick_length())+1)) - 1; in timekeeping_advance()
2092 shift = min(shift, maxshift); in timekeeping_advance()