RBNAME 74 include/linux/rbtree_augmented.h #define RB_DECLARE_CALLBACKS(RBSTATIC, RBNAME, \ RBNAME 77 include/linux/rbtree_augmented.h RBNAME ## _propagate(struct rb_node *rb, struct rb_node *stop) \ RBNAME 87 include/linux/rbtree_augmented.h RBNAME ## _copy(struct rb_node *rb_old, struct rb_node *rb_new) \ RBNAME 94 include/linux/rbtree_augmented.h RBNAME ## _rotate(struct rb_node *rb_old, struct rb_node *rb_new) \ RBNAME 101 include/linux/rbtree_augmented.h RBSTATIC const struct rb_augment_callbacks RBNAME = { \ RBNAME 102 include/linux/rbtree_augmented.h .propagate = RBNAME ## _propagate, \ RBNAME 103 include/linux/rbtree_augmented.h .copy = RBNAME ## _copy, \ RBNAME 104 include/linux/rbtree_augmented.h .rotate = RBNAME ## _rotate \ RBNAME 120 include/linux/rbtree_augmented.h #define RB_DECLARE_CALLBACKS_MAX(RBSTATIC, RBNAME, RBSTRUCT, RBFIELD, \ RBNAME 122 include/linux/rbtree_augmented.h static inline bool RBNAME ## _compute_max(RBSTRUCT *node, bool exit) \ RBNAME 141 include/linux/rbtree_augmented.h RB_DECLARE_CALLBACKS(RBSTATIC, RBNAME, \ RBNAME 142 include/linux/rbtree_augmented.h RBSTRUCT, RBFIELD, RBAUGMENTED, RBNAME ## _compute_max) RBNAME 76 tools/include/linux/rbtree_augmented.h #define RB_DECLARE_CALLBACKS(RBSTATIC, RBNAME, \ RBNAME 79 tools/include/linux/rbtree_augmented.h RBNAME ## _propagate(struct rb_node *rb, struct rb_node *stop) \ RBNAME 89 tools/include/linux/rbtree_augmented.h RBNAME ## _copy(struct rb_node *rb_old, struct rb_node *rb_new) \ RBNAME 96 tools/include/linux/rbtree_augmented.h RBNAME ## _rotate(struct rb_node *rb_old, struct rb_node *rb_new) \ RBNAME 103 tools/include/linux/rbtree_augmented.h RBSTATIC const struct rb_augment_callbacks RBNAME = { \ RBNAME 104 tools/include/linux/rbtree_augmented.h .propagate = RBNAME ## _propagate, \ RBNAME 105 tools/include/linux/rbtree_augmented.h .copy = RBNAME ## _copy, \ RBNAME 106 tools/include/linux/rbtree_augmented.h .rotate = RBNAME ## _rotate \ RBNAME 122 tools/include/linux/rbtree_augmented.h #define RB_DECLARE_CALLBACKS_MAX(RBSTATIC, RBNAME, RBSTRUCT, RBFIELD, \ RBNAME 124 tools/include/linux/rbtree_augmented.h static inline bool RBNAME ## _compute_max(RBSTRUCT *node, bool exit) \ RBNAME 143 tools/include/linux/rbtree_augmented.h RB_DECLARE_CALLBACKS(RBSTATIC, RBNAME, \ RBNAME 144 tools/include/linux/rbtree_augmented.h RBSTRUCT, RBFIELD, RBAUGMENTED, RBNAME ## _compute_max)