Home
last modified time | relevance | path

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

/components/mm/
A Davl_adpt.h19 #define VAREA_ENTRY(pnode) \ macro
25 #define ASPACE_VAREA_NEXT(pva) (VAREA_ENTRY(util_avl_next(&pva->node.node)))
26 #define ASPACE_VAREA_FIRST(aspace) (VAREA_ENTRY(util_avl_first(&aspace->tree.tree)))
27 #define ASPACE_VAREA_LAST(aspace) (VAREA_ENTRY(util_avl_last(&aspace->tree.tree)))
28 #define ASPACE_VAREA_PREV(pva) (VAREA_ENTRY(util_avl_prev(&pva->node.node)))
A Davl_adpt.c79 rt_varea_t varea = VAREA_ENTRY(node); in search()
114 rt_varea_t varea = VAREA_ENTRY(node); in _aspace_bst_search_exceed()
160 struct rt_varea *data = VAREA_ENTRY(current); in _aspace_bst_insert()

Completed in 6 milliseconds