Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_interval.c18 RB_DECLARE_CALLBACKS_MAX(static, augment_callbacks,
53 rb_insert_augmented(&this->rb, root, &augment_callbacks); in drbd_insert_interval()
102 rb_erase_augmented(&this->rb, root, &augment_callbacks); in drbd_remove_interval()
/openbmc/linux/lib/
H A 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()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Drbtree.rst360 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);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_mm.c241 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()
/openbmc/linux/Documentation/core-api/
H A Drbtree.rst398 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);