Searched refs:augment_callbacks (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/block/drbd/ |
D | drbd_interval.c | 18 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.10/lib/ |
D | rbtree_test.c | 82 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.10/drivers/gpu/drm/ |
D | drm_mm.c | 244 RB_DECLARE_CALLBACKS_MAX(static, augment_callbacks, in RB_DECLARE_CALLBACKS_MAX() argument 266 rb_insert_augmented(&node->rb_hole_addr, root, &augment_callbacks); in RB_DECLARE_CALLBACKS_MAX() 291 &augment_callbacks); in rm_hole()
|
/Linux-v5.10/Documentation/core-api/ |
D | rbtree.rst | 398 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);
|