Home
last modified time | relevance | path

Searched refs:RBNAME (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/include/linux/
H A Drbtree_augmented.h76 #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 \
124 static inline bool RBNAME ## _compute_max(RBSTRUCT *node, bool exit) \
143 RB_DECLARE_CALLBACKS(RBSTATIC, RBNAME, \
[all …]
/openbmc/linux/include/linux/
H A Drbtree_augmented.h100 #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 \
148 static inline bool RBNAME ## _compute_max(RBSTRUCT *node, bool exit) \
167 RB_DECLARE_CALLBACKS(RBSTATIC, RBNAME, \
[all …]