Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Dpat_rbtree.c59 u64 max_end = data->end, child_max_end; in compute_subtree_max_end() local
61 child_max_end = get_subtree_max_end(data->rb.rb_right); in compute_subtree_max_end()
62 if (child_max_end > max_end) in compute_subtree_max_end()
63 max_end = child_max_end; in compute_subtree_max_end()
65 child_max_end = get_subtree_max_end(data->rb.rb_left); in compute_subtree_max_end()
66 if (child_max_end > max_end) in compute_subtree_max_end()
67 max_end = child_max_end; in compute_subtree_max_end()