Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/linux/
Drbtree_augmented.h77 RBSTRUCT, RBFIELD, RBAUGMENTED, RBCOMPUTE) \ argument
82 RBSTRUCT *node = rb_entry(rb, RBSTRUCT, RBFIELD); \
91 RBSTRUCT *old = rb_entry(rb_old, RBSTRUCT, RBFIELD); \
92 RBSTRUCT *new = rb_entry(rb_new, RBSTRUCT, RBFIELD); \
98 RBSTRUCT *old = rb_entry(rb_old, RBSTRUCT, RBFIELD); \
99 RBSTRUCT *new = rb_entry(rb_new, RBSTRUCT, RBFIELD); \
122 #define RB_DECLARE_CALLBACKS_MAX(RBSTATIC, RBNAME, RBSTRUCT, RBFIELD, \ argument
124 static inline bool RBNAME ## _compute_max(RBSTRUCT *node, bool exit) \
126 RBSTRUCT *child; \
129 child = rb_entry(node->RBFIELD.rb_left, RBSTRUCT, RBFIELD); \
[all …]
/Linux-v6.6/include/linux/
Drbtree_augmented.h101 RBSTRUCT, RBFIELD, RBAUGMENTED, RBCOMPUTE) \ argument
106 RBSTRUCT *node = rb_entry(rb, RBSTRUCT, RBFIELD); \
115 RBSTRUCT *old = rb_entry(rb_old, RBSTRUCT, RBFIELD); \
116 RBSTRUCT *new = rb_entry(rb_new, RBSTRUCT, RBFIELD); \
122 RBSTRUCT *old = rb_entry(rb_old, RBSTRUCT, RBFIELD); \
123 RBSTRUCT *new = rb_entry(rb_new, RBSTRUCT, RBFIELD); \
146 #define RB_DECLARE_CALLBACKS_MAX(RBSTATIC, RBNAME, RBSTRUCT, RBFIELD, \ argument
148 static inline bool RBNAME ## _compute_max(RBSTRUCT *node, bool exit) \
150 RBSTRUCT *child; \
153 child = rb_entry(node->RBFIELD.rb_left, RBSTRUCT, RBFIELD); \
[all …]