Home
last modified time | relevance | path

Searched refs:rb_first_postorder (Results 1 – 8 of 8) sorted by relevance

/linux/tools/include/linux/
H A Drbtree.h59 extern struct rb_node *rb_first_postorder(const struct rb_root *);
98 for (pos = rb_entry_safe(rb_first_postorder(root), typeof(*pos), field); \
/linux/include/linux/
H A Drbtree.h50 extern struct rb_node *rb_first_postorder(const struct rb_root *);
100 for (pos = rb_entry_safe(rb_first_postorder(root), typeof(*pos), field); \
/linux/lib/
H A Drbtree.c623 struct rb_node *rb_first_postorder(const struct rb_root *root) in rb_first_postorder() function
630 EXPORT_SYMBOL(rb_first_postorder);
H A Drbtree_test.c185 for (rb = rb_first_postorder(&root.rb_root); rb; rb = rb_next_postorder(rb)) in check_postorder()
/linux/tools/lib/
H A Drbtree.c591 struct rb_node *rb_first_postorder(const struct rb_root *root) in rb_first_postorder() function
/linux/rust/kernel/
H A Drbtree.rs485 let mut next = unsafe { bindings::rb_first_postorder(&self.root) }; in drop()
/linux/kernel/bpf/
H A Dhelpers.c2084 for (pos = rb_first_postorder(root); \
/linux/fs/btrfs/
H A Ddisk-io.c1251 while ((node = rb_first_postorder(&fs_info->global_root_tree)) != NULL) { in free_global_roots()