Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Duserfaultfd_k.h167 (!is_vm_hugetlb_page(vma) && !vma_is_shmem(vma))) in vma_can_userfault()
179 vma_is_shmem(vma); in vma_can_userfault()
Dmm.h1028 bool vma_is_shmem(struct vm_area_struct *vma);
1031 static inline bool vma_is_shmem(struct vm_area_struct *vma) { return false; } in vma_is_shmem() function
/linux-6.6.21/mm/
Duserfaultfd.c639 if (!vma_is_anonymous(dst_vma) && !vma_is_shmem(dst_vma)) in mfill_atomic()
641 if (!vma_is_shmem(dst_vma) && in mfill_atomic()
Dshmem.c271 bool vma_is_shmem(struct vm_area_struct *vma) in vma_is_shmem() function