Searched refs:height_to_maxindex (Results 1 – 1 of 1) sorted by relevance
38 static unsigned long height_to_maxindex[RADIX_TREE_MAX_PATH + 1] __read_mostly; variable96 return height_to_maxindex[height]; in radix_tree_maxindex()751 for (i = 0; i < ARRAY_SIZE(height_to_maxindex); i++) in radix_tree_init_maxindex()752 height_to_maxindex[i] = __maxindex(i); in radix_tree_init_maxindex()
Completed in 3 milliseconds