Searched refs:rb_first_postorder (Results 1 – 2 of 2) sorted by relevance
623 struct rb_node *rb_first_postorder(const struct rb_root *root) in rb_first_postorder() function630 EXPORT_SYMBOL(rb_first_postorder);
185 for (rb = rb_first_postorder(&root.rb_root); rb; rb = rb_next_postorder(rb)) in check_postorder()