Home
last modified time | relevance | path

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

/linux/tools/testing/vma/include/
H A Ddup.h1350 static inline pgoff_t vma_end_anon_pgoff(const struct vm_area_struct *vma) in vma_end_anon_pgoff() function
1357 return vma_end_anon_pgoff(vma) - 1; in vma_last_anon_pgoff()
/linux/mm/
H A Dvma.c271 vma_end_anon_pgoff(vmg->prev) != vmg_start_anon_pgoff(vmg)) in can_vma_merge_after()
2079 if (vma_end_anon_pgoff(a) != vma_start_anon_pgoff(b)) in anon_vma_compatible()
/linux/include/linux/
H A Dmm.h4494 static inline pgoff_t vma_end_anon_pgoff(const struct vm_area_struct *vma) in vma_end_anon_pgoff() function
4511 return vma_end_anon_pgoff(vma) - 1; in vma_last_anon_pgoff()