Searched refs:child_augmented (Results 1 – 1 of 1) sorted by relevance
48 u32 max = node->val, child_augmented; in augment_recompute() local50 child_augmented = rb_entry(node->rb.rb_left, struct test_node, in augment_recompute()52 if (max < child_augmented) in augment_recompute()53 max = child_augmented; in augment_recompute()56 child_augmented = rb_entry(node->rb.rb_right, struct test_node, in augment_recompute()58 if (max < child_augmented) in augment_recompute()59 max = child_augmented; in augment_recompute()