Lines Matching defs:rbt
98 rbe_rotate_left(const struct rb_type *t, struct rb_tree *rbt, in rbe_rotate_left()
132 rbe_rotate_right(const struct rb_type *t, struct rb_tree *rbt, in rbe_rotate_right()
166 rbe_insert_color(const struct rb_type *t, struct rb_tree *rbt, in rbe_insert_color()
218 rbe_remove_color(const struct rb_type *t, struct rb_tree *rbt, in rbe_remove_color()
308 rbe_remove(const struct rb_type *t, struct rb_tree *rbt, struct rb_entry *rbe) in rbe_remove()
390 _rb_remove(const struct rb_type *t, struct rb_tree *rbt, void *elm) in _rb_remove()
402 _rb_insert(const struct rb_type *t, struct rb_tree *rbt, void *elm) in _rb_insert()
444 _rb_find(const struct rb_type *t, struct rb_tree *rbt, const void *key) in _rb_find()
467 _rb_nfind(const struct rb_type *t, struct rb_tree *rbt, const void *key) in _rb_nfind()
541 _rb_root(const struct rb_type *t, struct rb_tree *rbt) in _rb_root()
550 _rb_min(const struct rb_type *t, struct rb_tree *rbt) in _rb_min()
565 _rb_max(const struct rb_type *t, struct rb_tree *rbt) in _rb_max()