Home
last modified time | relevance | path

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

/linux/mm/
H A Dvma.c3113 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()
/linux/tools/testing/vma/include/
H A Ddup.h1510 static inline unsigned long vm_end_gap(struct vm_area_struct *vma) in vm_end_gap() function
/linux/include/linux/
H A Dmm.h4381 static inline unsigned long vm_end_gap(const struct vm_area_struct *vma) in vm_end_gap() function