Lines Matching refs:vm_area_struct
21 extern void vma_set_pad_pages(struct vm_area_struct *vma,
24 extern unsigned long vma_pad_pages(struct vm_area_struct *vma);
26 extern void madvise_vma_pad_pages(struct vm_area_struct *vma,
29 extern void show_map_pad_vma(struct vm_area_struct *vma,
32 extern void split_pad_vma(struct vm_area_struct *vma, struct vm_area_struct *new,
35 extern bool is_mergable_pad_vma(struct vm_area_struct *vma,
38 extern unsigned long vma_data_pages(struct vm_area_struct *vma);
40 static inline void vma_set_pad_pages(struct vm_area_struct *vma, in vma_set_pad_pages()
45 static inline unsigned long vma_pad_pages(struct vm_area_struct *vma) in vma_pad_pages()
50 static inline void madvise_vma_pad_pages(struct vm_area_struct *vma, in madvise_vma_pad_pages()
55 static inline void show_map_pad_vma(struct vm_area_struct *vma, in show_map_pad_vma()
60 static inline void split_pad_vma(struct vm_area_struct *vma, struct vm_area_struct *new, in split_pad_vma()
65 static inline bool is_mergable_pad_vma(struct vm_area_struct *vma, in is_mergable_pad_vma()
71 static inline unsigned long vma_data_pages(struct vm_area_struct *vma) in vma_data_pages()