Searched refs:rb_root (Results 1 – 3 of 3) sorted by relevance
96 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()
60 for (p_idx = rb_root(tree); p_idx != rb_null(tree); p_idx = t_idx) in xf_sched_put()
82 static inline rb_idx_t rb_root(rb_tree_t *tree) in rb_root() function