Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/drbd/
Ddrbd_interval.c18 RB_DECLARE_CALLBACKS_MAX(static, augment_callbacks,
53 rb_insert_augmented(&this->rb, root, &augment_callbacks); in drbd_insert_interval()
97 rb_erase_augmented(&this->rb, root, &augment_callbacks); in drbd_remove_interval()
/Linux-v5.4/lib/
Drbtree_test.c82 RB_DECLARE_CALLBACKS_MAX(static, augment_callbacks, in RB_DECLARE_CALLBACKS_MAX() argument
106 rb_insert_augmented(&node->rb, &root->rb_root, &augment_callbacks); in RB_DECLARE_CALLBACKS_MAX()
134 leftmost, &augment_callbacks); in insert_augmented_cached()
140 rb_erase_augmented(&node->rb, &root->rb_root, &augment_callbacks); in erase_augmented()
146 rb_erase_augmented_cached(&node->rb, root, &augment_callbacks); in erase_augmented_cached()
/Linux-v5.4/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);