Home
last modified time | relevance | path

Searched refs:vma_is_shmem (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dmremap.c1736 if (vma_is_shmem(vma)) in vma_multi_allowed()
H A Dshmem.c289 bool vma_is_shmem(const struct vm_area_struct *vma) in vma_is_shmem() function
/linux/include/linux/
H A Dmm.h1743 bool vma_is_shmem(const struct vm_area_struct *vma);
1746 static inline bool vma_is_shmem(const struct vm_area_struct *vma) { return false; } in vma_is_shmem() function