Searched refs:rb_first (Results 1 – 2 of 2) sorted by relevance
197 for (rb = rb_first(&root.rb_root); rb; rb = rb_next(rb)) { in check()223 for (rb = rb_first(&root.rb_root); rb; rb = rb_next(rb)) { in check_augmented()295 for (node = rb_first(&root.rb_root); node; node = rb_next(node)) in rbtree_test_init()309 node = rb_first(&root.rb_root); in rbtree_test_init()
466 struct rb_node *rb_first(const struct rb_root *root) in rb_first() function477 EXPORT_SYMBOL(rb_first);