Searched refs:shift_maxindex (Results 1 – 3 of 3) sorted by relevance
56 unsigned long shift_maxindex(unsigned int shift);
284 assert(maxindex > shift_maxindex(shift - RADIX_TREE_MAP_SHIFT)); in tree_verify_min_height()
220 static inline unsigned long shift_maxindex(unsigned int shift) in shift_maxindex() function227 return shift_maxindex(node->shift); in node_maxindex()426 while (index > shift_maxindex(maxshift)) in radix_tree_extend()