Home | History | Annotate | Download | only in linux

Lines Matching refs:augment

35 		    const struct rb_augment_callbacks *augment)
37 __rb_insert_augmented(node, root, augment->rotate);
115 const struct rb_augment_callbacks *augment)
160 augment->copy(node, successor);
184 augment->copy(node, successor);
185 augment->propagate(parent, successor);
206 augment->propagate(tmp, NULL);
212 const struct rb_augment_callbacks *augment)
214 struct rb_node *rebalance = __rb_erase_augmented(node, root, augment);
216 __rb_erase_color(rebalance, root, augment->rotate);