Searched refs:maxshift (Results 1 – 3 of 3) sorted by relevance
410 unsigned int maxshift; in radix_tree_extend() local414 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()
188 #define VAL_START_TERNARY(parm_type,res_type,dmax,smax,dincr,sincr,maxshift)\ argument198 for (shift = 0; shift < maxshift; shift += 1) { \
2129 int shift = 0, maxshift; in timekeeping_advance() local2167 maxshift = (64 - (ilog2(ntp_tick_length())+1)) - 1; in timekeeping_advance()2168 shift = min(shift, maxshift); in timekeeping_advance()