Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-mem.c110 for (t_idx = rb_left(tree, p_idx); t_idx != rb_null(tree); ) in xf_mm_find_by_size()
121 t_idx = rb_left(tree, t_idx); in xf_mm_find_by_size()
158 p_idx = rb_left(tree, p_idx); in xf_mm_find_by_addr()
190 if ((t_idx = rb_left(tree, p_idx)) == rb_null(tree)) in xf_mm_insert_size()
226 if ((t_idx = rb_left(tree, p_idx)) == rb_null(tree)) in xf_mm_insert_addr()
Dxf-sched.c68 if ((t_idx = rb_left(tree, p_idx)) == rb_null(tree)) in xf_sched_put()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/lib/
Drbtree.h64 static inline rb_idx_t rb_left(rb_tree_t *tree, rb_idx_t n_idx) in rb_left() function
84 return rb_left(tree, &tree->root); in rb_root()