Home
last modified time | relevance | path

Searched refs:rb_insert_augmented (Results 1 – 7 of 7) sorted by relevance

/linux/tools/include/linux/
H A Drbtree_augmented.h23 * 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 Drbtree_augmented.h47 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 Dinterval_tree.c57 rb_insert_augmented(&node->shared.rb, &root->rb_root, in vma_interval_tree_insert_after()
H A Dvmalloc.c1255 rb_insert_augmented(&va->rb_node, in __link_va()
/linux/drivers/block/drbd/
H A Ddrbd_interval.c53 rb_insert_augmented(&this->rb, root, &augment_callbacks); in drbd_insert_interval()
/linux/Documentation/translations/zh_CN/core-api/
H A Drbtree.rst384 rb_insert_augmented(&node->rb, root, &augment_callbacks);
/linux/Documentation/core-api/
H A Drbtree.rst422 rb_insert_augmented(&node->rb, root, &augment_callbacks);