Lines Matching refs:vm_area_struct
45 static long madvise_behavior(struct vm_area_struct *vma, in madvise_behavior()
46 struct vm_area_struct **prev, in madvise_behavior()
142 struct vm_area_struct *vma = walk->private; in swapin_walk_pmd_entry()
173 static void force_swapin_readahead(struct vm_area_struct *vma, in force_swapin_readahead()
187 static void force_shm_swapin_readahead(struct vm_area_struct *vma, in force_shm_swapin_readahead()
218 static long madvise_willneed(struct vm_area_struct *vma, in madvise_willneed()
219 struct vm_area_struct **prev, in madvise_willneed()
276 static long madvise_dontneed(struct vm_area_struct *vma, in madvise_dontneed()
277 struct vm_area_struct **prev, in madvise_dontneed()
292 static long madvise_remove(struct vm_area_struct *vma, in madvise_remove()
293 struct vm_area_struct **prev, in madvise_remove()
372 madvise_vma(struct vm_area_struct *vma, struct vm_area_struct **prev, in madvise_vma()
461 struct vm_area_struct *vma, *prev; in SYSCALL_DEFINE3()