RBFIELD            75 include/linux/rbtree_augmented.h 			     RBSTRUCT, RBFIELD, RBAUGMENTED, RBCOMPUTE)	\
RBFIELD            80 include/linux/rbtree_augmented.h 		RBSTRUCT *node = rb_entry(rb, RBSTRUCT, RBFIELD);	\
RBFIELD            83 include/linux/rbtree_augmented.h 		rb = rb_parent(&node->RBFIELD);				\
RBFIELD            89 include/linux/rbtree_augmented.h 	RBSTRUCT *old = rb_entry(rb_old, RBSTRUCT, RBFIELD);		\
RBFIELD            90 include/linux/rbtree_augmented.h 	RBSTRUCT *new = rb_entry(rb_new, RBSTRUCT, RBFIELD);		\
RBFIELD            96 include/linux/rbtree_augmented.h 	RBSTRUCT *old = rb_entry(rb_old, RBSTRUCT, RBFIELD);		\
RBFIELD            97 include/linux/rbtree_augmented.h 	RBSTRUCT *new = rb_entry(rb_new, RBSTRUCT, RBFIELD);		\
RBFIELD           120 include/linux/rbtree_augmented.h #define RB_DECLARE_CALLBACKS_MAX(RBSTATIC, RBNAME, RBSTRUCT, RBFIELD,	      \
RBFIELD           126 include/linux/rbtree_augmented.h 	if (node->RBFIELD.rb_left) {					      \
RBFIELD           127 include/linux/rbtree_augmented.h 		child = rb_entry(node->RBFIELD.rb_left, RBSTRUCT, RBFIELD);   \
RBFIELD           131 include/linux/rbtree_augmented.h 	if (node->RBFIELD.rb_right) {					      \
RBFIELD           132 include/linux/rbtree_augmented.h 		child = rb_entry(node->RBFIELD.rb_right, RBSTRUCT, RBFIELD);  \
RBFIELD           142 include/linux/rbtree_augmented.h 		     RBSTRUCT, RBFIELD, RBAUGMENTED, RBNAME ## _compute_max)
RBFIELD            77 tools/include/linux/rbtree_augmented.h 			     RBSTRUCT, RBFIELD, RBAUGMENTED, RBCOMPUTE)	\
RBFIELD            82 tools/include/linux/rbtree_augmented.h 		RBSTRUCT *node = rb_entry(rb, RBSTRUCT, RBFIELD);	\
RBFIELD            85 tools/include/linux/rbtree_augmented.h 		rb = rb_parent(&node->RBFIELD);				\
RBFIELD            91 tools/include/linux/rbtree_augmented.h 	RBSTRUCT *old = rb_entry(rb_old, RBSTRUCT, RBFIELD);		\
RBFIELD            92 tools/include/linux/rbtree_augmented.h 	RBSTRUCT *new = rb_entry(rb_new, RBSTRUCT, RBFIELD);		\
RBFIELD            98 tools/include/linux/rbtree_augmented.h 	RBSTRUCT *old = rb_entry(rb_old, RBSTRUCT, RBFIELD);		\
RBFIELD            99 tools/include/linux/rbtree_augmented.h 	RBSTRUCT *new = rb_entry(rb_new, RBSTRUCT, RBFIELD);		\
RBFIELD           122 tools/include/linux/rbtree_augmented.h #define RB_DECLARE_CALLBACKS_MAX(RBSTATIC, RBNAME, RBSTRUCT, RBFIELD,	      \
RBFIELD           128 tools/include/linux/rbtree_augmented.h 	if (node->RBFIELD.rb_left) {					      \
RBFIELD           129 tools/include/linux/rbtree_augmented.h 		child = rb_entry(node->RBFIELD.rb_left, RBSTRUCT, RBFIELD);   \
RBFIELD           133 tools/include/linux/rbtree_augmented.h 	if (node->RBFIELD.rb_right) {					      \
RBFIELD           134 tools/include/linux/rbtree_augmented.h 		child = rb_entry(node->RBFIELD.rb_right, RBSTRUCT, RBFIELD);  \
RBFIELD           144 tools/include/linux/rbtree_augmented.h 		     RBSTRUCT, RBFIELD, RBAUGMENTED, RBNAME ## _compute_max)