Home
last modified time | relevance | path

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

/arch/x86/mm/
Dpat_rbtree.c61 u64 max_end, child_max_end; in memtype_rb_augment_cb() local
67 max_end = data->end; in memtype_rb_augment_cb()
70 if (child_max_end > max_end) in memtype_rb_augment_cb()
71 max_end = child_max_end; in memtype_rb_augment_cb()
74 if (child_max_end > max_end) in memtype_rb_augment_cb()
75 max_end = child_max_end; in memtype_rb_augment_cb()
77 data->subtree_max_end = max_end; in memtype_rb_augment_cb()