Lines Matching refs:augmented
23 u32 augmented; member
84 rb)->augmented; in augment_recompute()
90 rb)->augmented; in augment_recompute()
98 u32, augmented, augment_recompute) in RB_DECLARE_CALLBACKS() argument
111 if (parent->augmented < val) in RB_DECLARE_CALLBACKS()
112 parent->augmented = val; in RB_DECLARE_CALLBACKS()
119 node->augmented = val; in RB_DECLARE_CALLBACKS()
136 if (parent->augmented < val) in insert_augmented_cached()
137 parent->augmented = val; in insert_augmented_cached()
146 node->augmented = val; in insert_augmented_cached()
240 WARN_ON_ONCE(node->augmented != augment_recompute(node)); in check_augmented()