Home
last modified time | relevance | path

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

/lib/
Dradix-tree.c220 static inline unsigned long shift_maxindex(unsigned int shift) in shift_maxindex() function
227 return shift_maxindex(node->shift); in node_maxindex()
426 while (index > shift_maxindex(maxshift)) in radix_tree_extend()