shift_maxindex 227 lib/radix-tree.c return shift_maxindex(node->shift); shift_maxindex 426 lib/radix-tree.c while (index > shift_maxindex(maxshift)) shift_maxindex 284 tools/testing/radix-tree/test.c assert(maxindex > shift_maxindex(shift - RADIX_TREE_MAP_SHIFT)); shift_maxindex 57 tools/testing/radix-tree/test.h unsigned long shift_maxindex(unsigned int shift);