Searched refs:augment_callbacks (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_interval.c | 40 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.1.27/lib/ |
D | rbtree_test.c | 64 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.1.27/Documentation/ |
D | rbtree.txt | 361 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);
|