Home
last modified time | relevance | path

Searched refs:augment_callbacks (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/block/drbd/
Ddrbd_interval.c41 RB_DECLARE_CALLBACKS(static, augment_callbacks, struct drbd_interval, rb,
76 rb_insert_augmented(&this->rb, root, &augment_callbacks); in drbd_insert_interval()
120 rb_erase_augmented(&this->rb, root, &augment_callbacks); in drbd_remove_interval()
/Linux-v4.19/lib/
Drbtree_test.c97 RB_DECLARE_CALLBACKS(static, augment_callbacks, struct test_node, rb, in RB_DECLARE_CALLBACKS() argument
121 rb_insert_augmented(&node->rb, &root->rb_root, &augment_callbacks); in RB_DECLARE_CALLBACKS()
149 leftmost, &augment_callbacks); in insert_augmented_cached()
155 rb_erase_augmented(&node->rb, &root->rb_root, &augment_callbacks); in erase_augmented()
161 rb_erase_augmented_cached(&node->rb, root, &augment_callbacks); in erase_augmented_cached()
/Linux-v4.19/Documentation/
Drbtree.txt398 static const struct rb_augment_callbacks augment_callbacks = {
422 rb_insert_augmented(&node->rb, root, &augment_callbacks);
428 rb_erase_augmented(&node->rb, root, &augment_callbacks);