Home
last modified time | relevance | path

Searched refs:rb_augment_callbacks (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Drbtree_augmented.h27 struct rb_augment_callbacks { struct
48 const struct rb_augment_callbacks *augment) in rb_insert_augmented() argument
56 const struct rb_augment_callbacks *augment) in rb_insert_augmented_cached()
66 const struct rb_augment_callbacks *augment) in rb_add_augmented_cached()
127 RBSTATIC const struct rb_augment_callbacks RBNAME = { \
225 const struct rb_augment_callbacks *augment) in __rb_erase_augmented()
327 const struct rb_augment_callbacks *augment) in rb_erase_augmented()
336 const struct rb_augment_callbacks *augment) in rb_erase_augmented_cached()
/linux/tools/include/linux/
H A Drbtree_augmented.h22 * Please note - only struct rb_augment_callbacks and the prototypes for
29 struct rb_augment_callbacks { struct
50 const struct rb_augment_callbacks *augment) in rb_insert_augmented() argument
58 const struct rb_augment_callbacks *augment) in rb_insert_augmented_cached()
69 * RBNAME: name of the rb_augment_callbacks structure
103 RBSTATIC const struct rb_augment_callbacks RBNAME = { \
114 * RBNAME: name of the rb_augment_callbacks structure
188 const struct rb_augment_callbacks *augment) in __rb_erase_augmented()
292 const struct rb_augment_callbacks *augment) in rb_erase_augmented()
301 const struct rb_augment_callbacks *augmen in rb_erase_augmented_cached()
[all...]
/linux/Documentation/translations/zh_CN/core-api/
H A Drbtree.rst207 bool, struct rb_augment_callbacks *);
209 struct rb_augment_callbacks *);
232 在两种情况下,回调都是通过rb_augment_callbacks结构体提供的。必须定义3个回调:
360 static const struct rb_augment_callbacks augment_callbacks = {
/linux/Documentation/core-api/
H A Drbtree.rst224 bool, struct rb_augment_callbacks *);
226 struct rb_augment_callbacks *);
260 In both cases, the callbacks are provided through struct rb_augment_callbacks.
398 static const struct rb_augment_callbacks augment_callbacks = {
/linux/tools/lib/
H A Drbtree.c427 static const struct rb_augment_callbacks dummy_callbacks = {
/linux/lib/
H A Drbtree.c428 static const struct rb_augment_callbacks dummy_callbacks = {