Searched refs:rb_augment_callbacks (Results 1 – 6 of 6) sorted by relevance
29 struct rb_augment_callbacks { struct50 const struct rb_augment_callbacks *augment) in rb_insert_augmented() argument58 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()
27 struct rb_augment_callbacks { struct48 const struct rb_augment_callbacks *augment) in rb_insert_augmented() argument56 const struct rb_augment_callbacks *augment) in rb_insert_augmented_cached()101 RBSTATIC const struct rb_augment_callbacks RBNAME = { \199 const struct rb_augment_callbacks *augment) in __rb_erase_augmented()301 const struct rb_augment_callbacks *augment) in rb_erase_augmented()310 const struct rb_augment_callbacks *augment) in rb_erase_augmented_cached()
207 bool, struct rb_augment_callbacks *);209 struct rb_augment_callbacks *);232 在两种情况下,回调都是通过rb_augment_callbacks结构体提供的。必须定义3个回调:360 static const struct rb_augment_callbacks augment_callbacks = {
224 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 = {
427 static const struct rb_augment_callbacks dummy_callbacks = {
428 static const struct rb_augment_callbacks dummy_callbacks = {
Completed in 9 milliseconds