rebalance         203 include/linux/rbtree_augmented.h 	struct rb_node *parent, *rebalance;
rebalance         219 include/linux/rbtree_augmented.h 			rebalance = NULL;
rebalance         221 include/linux/rbtree_augmented.h 			rebalance = __rb_is_black(pc) ? parent : NULL;
rebalance         228 include/linux/rbtree_augmented.h 		rebalance = NULL;
rebalance         288 include/linux/rbtree_augmented.h 			rebalance = NULL;
rebalance         292 include/linux/rbtree_augmented.h 			rebalance = __rb_is_black(pc2) ? parent : NULL;
rebalance         298 include/linux/rbtree_augmented.h 	return rebalance;
rebalance         305 include/linux/rbtree_augmented.h 	struct rb_node *rebalance = __rb_erase_augmented(node, root, augment);
rebalance         306 include/linux/rbtree_augmented.h 	if (rebalance)
rebalance         307 include/linux/rbtree_augmented.h 		__rb_erase_color(rebalance, root, augment->rotate);
rebalance         621 lib/btree.c    			rebalance(head, geo, key, level, node, fill - 1);
rebalance         442 lib/rbtree.c   	struct rb_node *rebalance;
rebalance         443 lib/rbtree.c   	rebalance = __rb_erase_augmented(node, root, &dummy_callbacks);
rebalance         444 lib/rbtree.c   	if (rebalance)
rebalance         445 lib/rbtree.c   		____rb_erase_color(rebalance, root, dummy_rotate);
rebalance         192 tools/include/linux/rbtree_augmented.h 	struct rb_node *parent, *rebalance;
rebalance         208 tools/include/linux/rbtree_augmented.h 			rebalance = NULL;
rebalance         210 tools/include/linux/rbtree_augmented.h 			rebalance = __rb_is_black(pc) ? parent : NULL;
rebalance         217 tools/include/linux/rbtree_augmented.h 		rebalance = NULL;
rebalance         277 tools/include/linux/rbtree_augmented.h 			rebalance = NULL;
rebalance         281 tools/include/linux/rbtree_augmented.h 			rebalance = __rb_is_black(pc2) ? parent : NULL;
rebalance         287 tools/include/linux/rbtree_augmented.h 	return rebalance;
rebalance         294 tools/include/linux/rbtree_augmented.h 	struct rb_node *rebalance = __rb_erase_augmented(node, root, augment);
rebalance         295 tools/include/linux/rbtree_augmented.h 	if (rebalance)
rebalance         296 tools/include/linux/rbtree_augmented.h 		__rb_erase_color(rebalance, root, augment->rotate);
rebalance         440 tools/lib/rbtree.c 	struct rb_node *rebalance;
rebalance         441 tools/lib/rbtree.c 	rebalance = __rb_erase_augmented(node, root, &dummy_callbacks);
rebalance         442 tools/lib/rbtree.c 	if (rebalance)
rebalance         443 tools/lib/rbtree.c 		____rb_erase_color(rebalance, root, dummy_rotate);