Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/radix-tree/
H A Dtest.h57 unsigned long shift_maxindex(unsigned int shift);
H A Dtest.c284 assert(maxindex > shift_maxindex(shift - RADIX_TREE_MAP_SHIFT)); in tree_verify_min_height()
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A Dtest.h57 unsigned long shift_maxindex(unsigned int shift);
H A Dtest.c284 assert(maxindex > shift_maxindex(shift - RADIX_TREE_MAP_SHIFT)); in tree_verify_min_height()
/kernel/linux/linux-5.10/lib/
H A Dradix-tree.c209 static inline unsigned long shift_maxindex(unsigned int shift) in shift_maxindex() function
216 return shift_maxindex(node->shift); in node_maxindex()
415 while (index > shift_maxindex(maxshift)) in radix_tree_extend()
/kernel/linux/linux-6.6/lib/
H A Dradix-tree.c211 static inline unsigned long shift_maxindex(unsigned int shift) in shift_maxindex() function
218 return shift_maxindex(node->shift); in node_maxindex()
417 while (index > shift_maxindex(maxshift)) in radix_tree_extend()

Completed in 7 milliseconds