Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/drbd/
Ddrbd_interval.c40 RB_DECLARE_CALLBACKS(static, augment_callbacks, struct drbd_interval, rb,
75 rb_insert_augmented(&this->rb, root, &augment_callbacks); in drbd_insert_interval()
119 rb_erase_augmented(&this->rb, root, &augment_callbacks); in drbd_remove_interval()
/linux-4.4.14/lib/
Drbtree_test.c64 RB_DECLARE_CALLBACKS(static, augment_callbacks, struct test_node, rb, in RB_DECLARE_CALLBACKS() argument
87 rb_insert_augmented(&node->rb, root, &augment_callbacks); in RB_DECLARE_CALLBACKS()
92 rb_erase_augmented(&node->rb, root, &augment_callbacks); in erase_augmented()
/linux-4.4.14/Documentation/
Drbtree.txt361 static const struct rb_augment_callbacks augment_callbacks = {
385 rb_insert_augmented(&node->rb, root, &augment_callbacks);
391 rb_erase_augmented(&node->rb, root, &augment_callbacks);