Searched refs:rb_insert_augmented (Results 1 - 8 of 8) sorted by relevance

/linux-master/mm/
H A Dinterval_tree.c57 rb_insert_augmented(&node->shared.rb, &root->rb_root,
H A Dvmalloc.c1181 * its current size before calling rb_insert_augmented().
1189 rb_insert_augmented(&va->rb_node,
/linux-master/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, function
62 rb_insert_augmented(node, &root->rb_root, augment);
/linux-master/drivers/block/drbd/
H A Ddrbd_interval.c53 rb_insert_augmented(&this->rb, root, &augment_callbacks);
/linux-master/include/linux/
H A Drbtree_augmented.h21 * rb_insert_augmented() and rb_erase_augmented() are intended to be public.
41 * rb_insert_augmented() instead of the usual rb_insert_color() call.
42 * If rb_insert_augmented() rebalances the rbtree, it will callback into
47 rb_insert_augmented(struct rb_node *node, struct rb_root *root, function
60 rb_insert_augmented(node, &root->rb_root, augment);
/linux-master/lib/
H A Drbtree_test.c106 rb_insert_augmented(&node->rb, &root->rb_root, &augment_callbacks);
/linux-master/drivers/gpu/drm/
H A Ddrm_mm.c263 rb_insert_augmented(&node->rb_hole_addr, root, &augment_callbacks);
/linux-master/net/tipc/
H A Dname_table.c326 rb_insert_augmented(&sr->tree_node, &sc->ranges, &sr_callbacks);

Completed in 249 milliseconds