Searched refs:vm_end_gap (Results 1 – 3 of 3) sorted by relevance
3113 if (tmp && vm_end_gap(tmp) > gap) { in unmapped_area()3114 low_limit = vm_end_gap(tmp); in unmapped_area()3166 if (tmp && vm_end_gap(tmp) > gap) { in unmapped_area_topdown()
1510 static inline unsigned long vm_end_gap(struct vm_area_struct *vma) in vm_end_gap() function
4381 static inline unsigned long vm_end_gap(const struct vm_area_struct *vma) in vm_end_gap() function