Lines Matching defs:vma
65 static long madvise_behavior(struct vm_area_struct *vma, in madvise_behavior()
187 struct vm_area_struct *vma = walk->private; in swapin_walk_pmd_entry() local
222 static void force_shm_swapin_readahead(struct vm_area_struct *vma, in force_shm_swapin_readahead()
253 static long madvise_willneed(struct vm_area_struct *vma, in madvise_willneed()
308 struct vm_area_struct *vma = walk->vma; in madvise_cold_or_pageout_pte_range() local
472 struct vm_area_struct *vma, in madvise_cold_page_range()
485 static long madvise_cold(struct vm_area_struct *vma, in madvise_cold()
505 struct vm_area_struct *vma, in madvise_pageout_page_range()
518 static inline bool can_do_pageout(struct vm_area_struct *vma) in can_do_pageout()
534 static long madvise_pageout(struct vm_area_struct *vma, in madvise_pageout()
562 struct vm_area_struct *vma = walk->vma; in madvise_free_pte_range() local
693 static int madvise_free_single_vma(struct vm_area_struct *vma, in madvise_free_single_vma()
747 static long madvise_dontneed_single_vma(struct vm_area_struct *vma, in madvise_dontneed_single_vma()
754 static long madvise_dontneed_free(struct vm_area_struct *vma, in madvise_dontneed_free()
814 static long madvise_remove(struct vm_area_struct *vma, in madvise_remove()
928 madvise_vma(struct vm_area_struct *vma, struct vm_area_struct **prev, in madvise_vma()
1050 struct vm_area_struct *vma, *prev; in SYSCALL_DEFINE3() local