Lines Matching refs:vm_area_struct
46 static long madvise_behavior(struct vm_area_struct *vma, in madvise_behavior()
47 struct vm_area_struct **prev, in madvise_behavior()
144 struct vm_area_struct *vma = walk->private; in swapin_walk_pmd_entry()
175 static void force_swapin_readahead(struct vm_area_struct *vma, in force_swapin_readahead()
189 static void force_shm_swapin_readahead(struct vm_area_struct *vma, in force_shm_swapin_readahead()
220 static long madvise_willneed(struct vm_area_struct *vma, in madvise_willneed()
221 struct vm_area_struct **prev, in madvise_willneed()
278 static long madvise_dontneed(struct vm_area_struct *vma, in madvise_dontneed()
279 struct vm_area_struct **prev, in madvise_dontneed()
294 static long madvise_remove(struct vm_area_struct *vma, in madvise_remove()
295 struct vm_area_struct **prev, in madvise_remove()
374 madvise_vma(struct vm_area_struct *vma, struct vm_area_struct **prev, in madvise_vma()
463 struct vm_area_struct *vma, *prev; in SYSCALL_DEFINE3()