Searched refs:rb_insert_augmented (Results 1 – 7 of 7) sorted by relevance
/linux/tools/include/linux/ |
H A D | rbtree_augmented.h | 23 * rb_insert_augmented() and rb_erase_augmented() are intended to be public. 43 * rb_insert_augmented() instead of the usual rb_insert_color() call. 44 * If rb_insert_augmented() rebalances the rbtree, it will callback into 49 rb_insert_augmented(struct rb_node *node, struct rb_root *root, in rb_insert_augmented() function 62 rb_insert_augmented(node, &root->rb_root, augment); in rb_insert_augmented_cached()
|
/linux/include/linux/ |
H A D | rbtree_augmented.h | 47 rb_insert_augmented(struct rb_node *node, struct rb_root *root, in rb_insert_augmented() function 60 rb_insert_augmented(node, &root->rb_root, augment); in rb_insert_augmented_cached()
|
/linux/mm/ |
H A D | interval_tree.c | 57 rb_insert_augmented(&node->shared.rb, &root->rb_root, in vma_interval_tree_insert_after()
|
H A D | vmalloc.c | 1255 rb_insert_augmented(&va->rb_node, in __link_va()
|
/linux/drivers/block/drbd/ |
H A D | drbd_interval.c | 53 rb_insert_augmented(&this->rb, root, &augment_callbacks); in drbd_insert_interval()
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | rbtree.rst | 384 rb_insert_augmented(&node->rb, root, &augment_callbacks);
|
/linux/Documentation/core-api/ |
H A D | rbtree.rst | 422 rb_insert_augmented(&node->rb, root, &augment_callbacks);
|