Searched refs:child_augmented (Results 1 – 1 of 1) sorted by relevance
81 u32 max = node->val, child_augmented; in augment_recompute() local83 child_augmented = rb_entry(node->rb.rb_left, struct test_node, in augment_recompute()85 if (max < child_augmented) in augment_recompute()86 max = child_augmented; in augment_recompute()89 child_augmented = rb_entry(node->rb.rb_right, struct test_node, in augment_recompute()91 if (max < child_augmented) in augment_recompute()92 max = child_augmented; in augment_recompute()