Home
last modified time | relevance | path

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

/lib/
Dradix-tree.c43 static unsigned long height_to_maxindex[RADIX_TREE_MAX_PATH + 1] __read_mostly; variable
315 return height_to_maxindex[height]; in radix_tree_maxindex()
1464 for (i = 0; i < ARRAY_SIZE(height_to_maxindex); i++) in radix_tree_init_maxindex()
1465 height_to_maxindex[i] = __maxindex(i); in radix_tree_init_maxindex()