Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Duserfaultfd.c483 if (!vma_is_anonymous(dst_vma) && !vma_is_shmem(dst_vma)) in __mcopy_atomic()
Dshmem.c234 bool vma_is_shmem(struct vm_area_struct *vma) in vma_is_shmem() function
/Linux-v4.19/include/linux/
Dmm.h1560 bool vma_is_shmem(struct vm_area_struct *vma);
1562 static inline bool vma_is_shmem(struct vm_area_struct *vma) { return false; } in vma_is_shmem() function
/Linux-v4.19/fs/
Duserfaultfd.c1274 vma_is_shmem(vma); in vma_can_userfault()