Searched refs:subtree (Results 1 – 1 of 1) sorted by relevance
225 u32 subtree, max = node->val; in check_augmented() local227 subtree = rb_entry(node->rb.rb_left, struct test_node, in check_augmented()229 if (max < subtree) in check_augmented()230 max = subtree; in check_augmented()233 subtree = rb_entry(node->rb.rb_right, struct test_node, in check_augmented()235 if (max < subtree) in check_augmented()236 max = subtree; in check_augmented()