Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-mem.c96 for (p_idx = rb_root(tree); p_idx != rb_null(tree); p_idx = rb_right(tree, p_idx)) in xf_mm_find_by_size()
141 for (p_idx = rb_root(tree), l_idx = r_idx = NULL; p_idx != rb_null(tree); ) in xf_mm_find_by_addr()
174 for (p_idx = rb_root(tree); p_idx != rb_null(tree); p_idx = t_idx) in xf_mm_insert_size()
210 for (p_idx = rb_root(tree); p_idx != rb_null(tree); p_idx = t_idx) in xf_mm_insert_addr()
Dxf-sched.c60 for (p_idx = rb_root(tree); p_idx != rb_null(tree); p_idx = t_idx) in xf_sched_put()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/lib/
Drbtree.h82 static inline rb_idx_t rb_root(rb_tree_t *tree) in rb_root() function