Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Drbtree_test.c81 u32 max = node->val, child_augmented; in augment_recompute() local
83 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()