Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Drbtree.h61 extern struct rb_node *rb_first_postorder(const struct rb_root *);
92 for (pos = rb_entry_safe(rb_first_postorder(root), typeof(*pos), field); \
/openbmc/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); \
/openbmc/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); \
/openbmc/u-boot/lib/
H A Drbtree.c543 struct rb_node *rb_first_postorder(const struct rb_root *root) in rb_first_postorder() function
550 EXPORT_SYMBOL(rb_first_postorder);
/openbmc/u-boot/fs/btrfs/
H A Dchunk-map.c98 for (now = rb_first_postorder(&btrfs_info.chunks_root); now; now = next) in btrfs_chunk_map_exit()
/openbmc/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()
/openbmc/linux/tools/lib/
H A Drbtree.c591 struct rb_node *rb_first_postorder(const struct rb_root *root) in rb_first_postorder() function
/openbmc/linux/kernel/bpf/
H A Dhelpers.c1870 for (pos = rb_first_postorder(root); \
/openbmc/linux/fs/btrfs/
H A Ddisk-io.c1235 while ((node = rb_first_postorder(&fs_info->global_root_tree)) != NULL) { in free_global_roots()