Searched refs:rb_old (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/include/linux/ |
H A D | rbtree_augmented.h | 55 rbname ## _copy(struct rb_node *rb_old, struct rb_node *rb_new) \ 57 rbstruct *old = rb_entry(rb_old, rbstruct, rbfield); \ 62 rbname ## _rotate(struct rb_node *rb_old, struct rb_node *rb_new) \ 64 rbstruct *old = rb_entry(rb_old, rbstruct, rbfield); \
|
/openbmc/linux/tools/include/linux/ |
H A D | rbtree_augmented.h | 89 RBNAME ## _copy(struct rb_node *rb_old, struct rb_node *rb_new) \ 91 RBSTRUCT *old = rb_entry(rb_old, RBSTRUCT, RBFIELD); \ 96 RBNAME ## _rotate(struct rb_node *rb_old, struct rb_node *rb_new) \ 98 RBSTRUCT *old = rb_entry(rb_old, RBSTRUCT, RBFIELD); \
|
/openbmc/linux/include/linux/ |
H A D | rbtree_augmented.h | 113 RBNAME ## _copy(struct rb_node *rb_old, struct rb_node *rb_new) \ 115 RBSTRUCT *old = rb_entry(rb_old, RBSTRUCT, RBFIELD); \ 120 RBNAME ## _rotate(struct rb_node *rb_old, struct rb_node *rb_new) \ 122 RBSTRUCT *old = rb_entry(rb_old, RBSTRUCT, RBFIELD); \
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | rbtree.rst | 339 static void augment_copy(struct rb_node *rb_old, struct rb_node *rb_new) 342 rb_entry(rb_old, struct interval_tree_node, rb); 349 static void augment_rotate(struct rb_node *rb_old, struct rb_node *rb_new) 352 rb_entry(rb_old, struct interval_tree_node, rb);
|
/openbmc/qemu/util/ |
H A D | interval-tree.c | 687 static void interval_tree_copy(RBNode *rb_old, RBNode *rb_new) in interval_tree_copy() argument 689 IntervalTreeNode *old = rb_to_itree(rb_old); in interval_tree_copy() 695 static void interval_tree_rotate(RBNode *rb_old, RBNode *rb_new) in interval_tree_rotate() argument 697 IntervalTreeNode *old = rb_to_itree(rb_old); in interval_tree_rotate()
|
/openbmc/linux/Documentation/core-api/ |
H A D | rbtree.rst | 377 static void augment_copy(struct rb_node *rb_old, struct rb_node *rb_new) 380 rb_entry(rb_old, struct interval_tree_node, rb); 387 static void augment_rotate(struct rb_node *rb_old, struct rb_node *rb_new) 390 rb_entry(rb_old, struct interval_tree_node, rb);
|