Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dradix-tree.c38 static unsigned long height_to_maxindex[RADIX_TREE_MAX_PATH + 1] __read_mostly; variable
96 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