Searched defs:rb_next (Results 1 – 5 of 5) sorted by relevance
54 def rb_next(node): function
434 struct rb_node *rb_next(const struct rb_node *node) in rb_next() function
486 struct rb_node *rb_next(const struct rb_node *node) in rb_next() function
492 struct rb_node *rb_next(const struct rb_node *node) in rb_next() function
147 static RBNode *rb_next(RBNode *node) in rb_next() function