Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Duserfaultfd.c509 if (!vma_is_anonymous(dst_vma) && !vma_is_shmem(dst_vma)) in __mcopy_atomic()
Dhuge_memory.c74 if (vma_is_shmem(vma)) in transparent_hugepage_enabled()
Dshmem.c256 bool vma_is_shmem(struct vm_area_struct *vma) in vma_is_shmem() function
/Linux-v5.4/include/linux/
Dmm.h554 bool vma_is_shmem(struct vm_area_struct *vma);
556 static inline bool vma_is_shmem(struct vm_area_struct *vma) { return false; } in vma_is_shmem() function
/Linux-v5.4/fs/
Duserfaultfd.c1299 vma_is_shmem(vma); in vma_can_userfault()