Searched refs:rb_insert_augmented (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/tools/include/linux/ |
| D | rbtree_augmented.h | 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-v5.4/include/linux/ |
| 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-v5.4/mm/ |
| D | interval_tree.c | 57 rb_insert_augmented(&node->shared.rb, &root->rb_root, in vma_interval_tree_insert_after()
|
| D | vmalloc.c | 527 rb_insert_augmented(&va->rb_node, in link_va()
|
| D | mmap.c | 463 rb_insert_augmented(&vma->vm_rb, root, &vma_gap_callbacks); in vma_rb_insert()
|
| /Linux-v5.4/drivers/block/drbd/ |
| D | drbd_interval.c | 53 rb_insert_augmented(&this->rb, root, &augment_callbacks); in drbd_insert_interval()
|
| /Linux-v5.4/arch/x86/mm/ |
| D | pat_rbtree.c | 185 rb_insert_augmented(&newdata->rb, root, &memtype_rb_augment_cb); in memtype_rb_insert()
|
| /Linux-v5.4/lib/ |
| D | rbtree_test.c | 106 rb_insert_augmented(&node->rb, &root->rb_root, &augment_callbacks); in RB_DECLARE_CALLBACKS_MAX()
|
| /Linux-v5.4/Documentation/ |
| D | rbtree.txt | 422 rb_insert_augmented(&node->rb, root, &augment_callbacks);
|