Searched refs:RBSTRUCT (Results 1 – 1 of 1) sorted by relevance
/tools/include/linux/ |
D | rbtree_augmented.h | 77 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 …]
|