Searched refs:rb_insert_augmented (Results 1 – 8 of 8) 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 | 1275 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/lib/ |
| H A D | rbtree_test.c | 107 rb_insert_augmented(&node->rb, &root->rb_root, &augment_callbacks); in RB_DECLARE_CALLBACKS_MAX()
|
| /linux/net/tipc/ |
| H A D | name_table.c | 326 rb_insert_augmented(&sr->tree_node, &sc->ranges, &sr_callbacks); in tipc_service_create_range()
|