Searched refs:rb_new (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) \ 58 rbstruct *new = rb_entry(rb_new, rbstruct, rbfield); \ 62 rbname ## _rotate(struct rb_node *rb_old, struct rb_node *rb_new) \ 65 rbstruct *new = rb_entry(rb_new, 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) \ 92 RBSTRUCT *new = rb_entry(rb_new, RBSTRUCT, RBFIELD); \ 96 RBNAME ## _rotate(struct rb_node *rb_old, struct rb_node *rb_new) \ 99 RBSTRUCT *new = rb_entry(rb_new, 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) \ 116 RBSTRUCT *new = rb_entry(rb_new, RBSTRUCT, RBFIELD); \ 120 RBNAME ## _rotate(struct rb_node *rb_old, struct rb_node *rb_new) \ 123 RBSTRUCT *new = rb_entry(rb_new, 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) 344 rb_entry(rb_new, struct interval_tree_node, rb); 349 static void augment_rotate(struct rb_node *rb_old, struct rb_node *rb_new) 354 rb_entry(rb_new, 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 690 IntervalTreeNode *new = rb_to_itree(rb_new); in interval_tree_copy() 695 static void interval_tree_rotate(RBNode *rb_old, RBNode *rb_new) in interval_tree_rotate() argument 698 IntervalTreeNode *new = rb_to_itree(rb_new); 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) 382 rb_entry(rb_new, struct interval_tree_node, rb); 387 static void augment_rotate(struct rb_node *rb_old, struct rb_node *rb_new) 392 rb_entry(rb_new, struct interval_tree_node, rb);
|