Lines Matching refs:old
87 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents() argument
90 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents()
91 new->__rb_parent_color = old->__rb_parent_color; in __rb_rotate_set_parents()
92 rb_set_parent_color(old, new, color); in __rb_rotate_set_parents()
93 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents()
98 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert() argument
229 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color() argument
397 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color() argument
411 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy() argument
412 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate() argument
441 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented() argument