Searched refs:right_ancestor (Results 1 – 1 of 1) sorted by relevance
1000 vm_map_entry_max_free_right(vm_map_entry_t root, vm_map_entry_t right_ancestor) in vm_map_entry_max_free_right() 1003 return (root->right != right_ancestor ? in vm_map_entry_max_free_right() 1004 root->right->max_free : right_ancestor->start - root->end); in vm_map_entry_max_free_right() 999 vm_map_entry_max_free_right(vm_map_entry_t root,vm_map_entry_t right_ancestor) vm_map_entry_max_free_right() argument