augment            48 include/linux/rbtree_augmented.h 		    const struct rb_augment_callbacks *augment)
augment            50 include/linux/rbtree_augmented.h 	__rb_insert_augmented(node, root, augment->rotate);
augment            56 include/linux/rbtree_augmented.h 			   const struct rb_augment_callbacks *augment)
augment            60 include/linux/rbtree_augmented.h 	rb_insert_augmented(node, &root->rb_root, augment);
augment           199 include/linux/rbtree_augmented.h 		     const struct rb_augment_callbacks *augment)
augment           247 include/linux/rbtree_augmented.h 			augment->copy(node, successor);
augment           273 include/linux/rbtree_augmented.h 			augment->copy(node, successor);
augment           274 include/linux/rbtree_augmented.h 			augment->propagate(parent, successor);
augment           297 include/linux/rbtree_augmented.h 	augment->propagate(tmp, NULL);
augment           303 include/linux/rbtree_augmented.h 		   const struct rb_augment_callbacks *augment)
augment           305 include/linux/rbtree_augmented.h 	struct rb_node *rebalance = __rb_erase_augmented(node, root, augment);
augment           307 include/linux/rbtree_augmented.h 		__rb_erase_color(rebalance, root, augment->rotate);
augment           312 include/linux/rbtree_augmented.h 			  const struct rb_augment_callbacks *augment)
augment           316 include/linux/rbtree_augmented.h 	rb_erase_augmented(node, &root->rb_root, augment);
augment            50 tools/include/linux/rbtree_augmented.h 		    const struct rb_augment_callbacks *augment)
augment            52 tools/include/linux/rbtree_augmented.h 	__rb_insert_augmented(node, root, augment->rotate);
augment            58 tools/include/linux/rbtree_augmented.h 			   const struct rb_augment_callbacks *augment)
augment            62 tools/include/linux/rbtree_augmented.h 	rb_insert_augmented(node, &root->rb_root, augment);
augment           188 tools/include/linux/rbtree_augmented.h 		     const struct rb_augment_callbacks *augment)
augment           236 tools/include/linux/rbtree_augmented.h 			augment->copy(node, successor);
augment           262 tools/include/linux/rbtree_augmented.h 			augment->copy(node, successor);
augment           263 tools/include/linux/rbtree_augmented.h 			augment->propagate(parent, successor);
augment           286 tools/include/linux/rbtree_augmented.h 	augment->propagate(tmp, NULL);
augment           292 tools/include/linux/rbtree_augmented.h 		   const struct rb_augment_callbacks *augment)
augment           294 tools/include/linux/rbtree_augmented.h 	struct rb_node *rebalance = __rb_erase_augmented(node, root, augment);
augment           296 tools/include/linux/rbtree_augmented.h 		__rb_erase_color(rebalance, root, augment->rotate);
augment           301 tools/include/linux/rbtree_augmented.h 			  const struct rb_augment_callbacks *augment)
augment           305 tools/include/linux/rbtree_augmented.h 	rb_erase_augmented(node, &root->rb_root, augment);