HomeSort by relevance Sort by last modified time
    Searched refs:rb_first_postorder (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/linux/
rbtree.h 61 extern struct rb_node *rb_first_postorder(const struct rb_root *);
92 for (pos = rb_entry_safe(rb_first_postorder(root), typeof(*pos), field); \
  /external/u-boot/fs/btrfs/
chunk-map.c 98 for (now = rb_first_postorder(&btrfs_info.chunks_root); now; now = next)
  /external/u-boot/lib/
rbtree.c 543 struct rb_node *rb_first_postorder(const struct rb_root *root) function
550 EXPORT_SYMBOL(rb_first_postorder); variable

Completed in 262 milliseconds