• Home
  • Raw
  • Download

Lines Matching refs:vm_area_struct

65 static long madvise_behavior(struct vm_area_struct *vma,  in madvise_behavior()
66 struct vm_area_struct **prev, in madvise_behavior()
187 struct vm_area_struct *vma = walk->private; in swapin_walk_pmd_entry()
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()
254 struct vm_area_struct **prev, in madvise_willneed()
308 struct vm_area_struct *vma = walk->vma; in madvise_cold_or_pageout_pte_range()
481 struct vm_area_struct *vma, in madvise_cold_page_range()
494 static long madvise_cold(struct vm_area_struct *vma, in madvise_cold()
495 struct vm_area_struct **prev, in madvise_cold()
514 struct vm_area_struct *vma, in madvise_pageout_page_range()
527 static inline bool can_do_pageout(struct vm_area_struct *vma) in can_do_pageout()
543 static long madvise_pageout(struct vm_area_struct *vma, in madvise_pageout()
544 struct vm_area_struct **prev, in madvise_pageout()
571 struct vm_area_struct *vma = walk->vma; in madvise_free_pte_range()
702 static int madvise_free_single_vma(struct vm_area_struct *vma, in madvise_free_single_vma()
756 static long madvise_dontneed_single_vma(struct vm_area_struct *vma, in madvise_dontneed_single_vma()
763 static long madvise_dontneed_free(struct vm_area_struct *vma, in madvise_dontneed_free()
764 struct vm_area_struct **prev, in madvise_dontneed_free()
823 static long madvise_remove(struct vm_area_struct *vma, in madvise_remove()
824 struct vm_area_struct **prev, in madvise_remove()
937 madvise_vma(struct vm_area_struct *vma, struct vm_area_struct **prev, in madvise_vma()
1059 struct vm_area_struct *vma, *prev; in SYSCALL_DEFINE3()