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.h78 extern struct rb_node *rb_first_postorder(const struct rb_root *);
128 for (pos = rb_entry_safe(rb_first_postorder(root), typeof(*pos), field); \
/linux/lib/
H A Drbtree.c594 struct rb_node *rb_first_postorder(const struct rb_root *root) in rb_first_postorder() function
601 EXPORT_SYMBOL(rb_first_postorder);
H A Drbtree_test.c186 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.rs544 let mut next = unsafe { bindings::rb_first_postorder(&self.root) }; in drop()
/linux/kernel/bpf/
H A Dhelpers.c2275 for (pos = rb_first_postorder(root); \
/linux/fs/btrfs/
H A Ddisk-io.c1187 while ((node = rb_first_postorder(&fs_info->global_root_tree)) != NULL) { in free_global_roots()