Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/tools/include/linux/
H A Drbtree_augmented.h29 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()
103 RBSTATIC const struct rb_augment_callbacks RBNAME = { \
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 *augment) in rb_erase_augmented_cached()
/openbmc/u-boot/include/linux/
H A Drbtree_augmented.h25 struct rb_augment_callbacks { struct
35 const struct rb_augment_callbacks *augment) in rb_insert_augmented() argument
69 rbstatic const struct rb_augment_callbacks rbname = { \
115 const struct rb_augment_callbacks *augment) in __rb_erase_augmented()
212 const struct rb_augment_callbacks *augment) in rb_erase_augmented()
/openbmc/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 = {
/openbmc/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 = {
/openbmc/u-boot/lib/
H A Drbtree.c372 static const struct rb_augment_callbacks dummy_callbacks = {
/openbmc/linux/tools/lib/
H A Drbtree.c427 static const struct rb_augment_callbacks dummy_callbacks = {
/openbmc/linux/lib/
H A Drbtree.c428 static const struct rb_augment_callbacks dummy_callbacks = {