Home
last modified time | relevance | path

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

/components/utilities/libadt/avl/
A Davl.h28 struct util_avl_root struct
34 struct util_avl_root *root); argument
36 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()
A Davl.c121 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()
/components/mm/
A Davl_adpt.c71 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()
A Davl_adpt.h37 struct util_avl_root tree;
/components/dfs/dfs_v2/include/
A Ddfs_pcache.h78 struct util_avl_root avl_root; /* AVL tree root for page lookup */

Completed in 11 milliseconds