Searched refs:util_avl_root (Results 1 – 5 of 5) sorted by relevance
28 struct util_avl_root struct34 struct util_avl_root *root); argument36 void util_avl_remove(struct util_avl_struct *node, struct util_avl_root *root);94 static inline struct util_avl_struct *util_avl_first(struct util_avl_root *root) in util_avl_first()105 static inline struct util_avl_struct *util_avl_last(struct util_avl_root *root) in util_avl_last()
121 struct util_avl_root *root) in util_avl_rebalance()176 void util_avl_remove(struct util_avl_struct *node, struct util_avl_root *root) in util_avl_remove()
71 static struct rt_varea *search(struct util_avl_root *root, in search()101 struct util_avl_root *root = &aspace->tree.tree; in _aspace_bst_search()108 struct util_avl_root *root = &aspace->tree.tree; in _aspace_bst_search_exceed()145 struct util_avl_root *root = &aspace->tree.tree; in _aspace_bst_search_overlap()151 struct util_avl_root *root = &aspace->tree.tree; in _aspace_bst_insert()
37 struct util_avl_root tree;
78 struct util_avl_root avl_root; /* AVL tree root for page lookup */
Completed in 11 milliseconds