Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Drbtree_test.c48 u32 max = node->val, child_augmented; in augment_recompute() local
50 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()