Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Dhugetlbpage.c314 (!vma || addr + len <= vm_start_gap(vma))) in hugetlb_get_unmapped_area()
/linux/mm/
H A Dmmap.c192 if (next && newbrk + PAGE_SIZE > vm_start_gap(next)) in vma_prev_limit()
636 if (vm_start_gap(tmp) < gap + length - 1) { in dup_anon_vma()
688 if (vm_start_gap(tmp) < gap_end) { in vma_expand()
689 high_limit = vm_start_gap(tmp); in vma_expand()
770 (!vma || addr + len <= vm_start_gap(vma)) && in is_mergeable_vma()
819 (!vma || addr + len <= vm_start_gap(vma)) && in can_vma_merge_before()
/linux/fs/hugetlbfs/
H A Dinode.c244 (!vma || addr + len <= vm_start_gap(vma)) && in generic_hugetlb_get_unmapped_area()
/linux/include/linux/
H A Dmm.h3454 static inline unsigned long vm_start_gap(struct vm_area_struct *vma) in vm_start_gap() function