Searched refs:rb_next (Results 1 – 6 of 6) sorted by relevance
144 extern struct rb_node *rb_next(const struct rb_node *);
304 struct rb_node *rb_next(const struct rb_node *node) in rb_next() function
147 extern struct rb_node *rb_next(struct rb_node *);
316 struct rb_node *rb_next(struct rb_node *node) in rb_next() function
889 while (((n = rb_next(prev)) != NULL) && max--) { in trace_rb_find()1971 n = rb_next(n); in check_cpu_map()
518 } while ((n = rb_next(n)) != NULL); in iter_rb_tree()