Searched refs:augment_callbacks (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/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() 98 rb_erase_augmented(&this->rb, root, &augment_callbacks); in drbd_remove_interval()
|
/linux-6.1.9/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-6.1.9/Documentation/translations/zh_CN/core-api/ |
D | rbtree.rst | 360 static const struct rb_augment_callbacks augment_callbacks = { 384 rb_insert_augmented(&node->rb, root, &augment_callbacks); 390 rb_erase_augmented(&node->rb, root, &augment_callbacks);
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_mm.c | 241 RB_DECLARE_CALLBACKS_MAX(static, augment_callbacks, in RB_DECLARE_CALLBACKS_MAX() argument 263 rb_insert_augmented(&node->rb_hole_addr, root, &augment_callbacks); in RB_DECLARE_CALLBACKS_MAX() 288 &augment_callbacks); in rm_hole()
|
/linux-6.1.9/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);
|