Searched refs:RBNAME (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/tools/include/linux/ |
D | rbtree_augmented.h | 76 #define RB_DECLARE_CALLBACKS(RBSTATIC, RBNAME, \ argument 79 RBNAME ## _propagate(struct rb_node *rb, struct rb_node *stop) \ 89 RBNAME ## _copy(struct rb_node *rb_old, struct rb_node *rb_new) \ 96 RBNAME ## _rotate(struct rb_node *rb_old, struct rb_node *rb_new) \ 103 RBSTATIC const struct rb_augment_callbacks RBNAME = { \ 104 .propagate = RBNAME ## _propagate, \ 105 .copy = RBNAME ## _copy, \ 106 .rotate = RBNAME ## _rotate \ 122 #define RB_DECLARE_CALLBACKS_MAX(RBSTATIC, RBNAME, RBSTRUCT, RBFIELD, \ argument 124 static inline bool RBNAME ## _compute_max(RBSTRUCT *node, bool exit) \ [all …]
|
/Linux-v6.6/include/linux/ |
D | rbtree_augmented.h | 100 #define RB_DECLARE_CALLBACKS(RBSTATIC, RBNAME, \ argument 103 RBNAME ## _propagate(struct rb_node *rb, struct rb_node *stop) \ 113 RBNAME ## _copy(struct rb_node *rb_old, struct rb_node *rb_new) \ 120 RBNAME ## _rotate(struct rb_node *rb_old, struct rb_node *rb_new) \ 127 RBSTATIC const struct rb_augment_callbacks RBNAME = { \ 128 .propagate = RBNAME ## _propagate, \ 129 .copy = RBNAME ## _copy, \ 130 .rotate = RBNAME ## _rotate \ 146 #define RB_DECLARE_CALLBACKS_MAX(RBSTATIC, RBNAME, RBSTRUCT, RBFIELD, \ argument 148 static inline bool RBNAME ## _compute_max(RBSTRUCT *node, bool exit) \ [all …]
|