Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Duserfaultfd_k.h150 (!is_vm_hugetlb_page(vma) && !vma_is_shmem(vma))) in vma_can_userfault()
162 vma_is_shmem(vma); in vma_can_userfault()
Dmm.h701 bool vma_is_shmem(struct vm_area_struct *vma);
703 static inline bool vma_is_shmem(struct vm_area_struct *vma) { return false; } in vma_is_shmem() function
/Linux-v6.1/mm/
Duserfaultfd.c97 if (vma_is_shmem(dst_vma)) { in mfill_atomic_install_pte()
607 if (!vma_is_anonymous(dst_vma) && !vma_is_shmem(dst_vma)) in __mcopy_atomic()
609 if (!vma_is_shmem(dst_vma) && mcopy_mode == MCOPY_ATOMIC_CONTINUE) in __mcopy_atomic()
Dshmem.c242 bool vma_is_shmem(struct vm_area_struct *vma) in vma_is_shmem() function
/Linux-v6.1/io_uring/
Drsrc.c1154 if (vma_is_shmem(vma)) in io_pin_pages()