Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Duserfaultfd.c85 if (vma_is_shmem(dst_vma)) { in mfill_atomic_install_pte()
556 if (!vma_is_anonymous(dst_vma) && !vma_is_shmem(dst_vma)) in __mcopy_atomic()
558 if (!vma_is_shmem(dst_vma) && mcopy_mode == MCOPY_ATOMIC_CONTINUE) in __mcopy_atomic()
Dhuge_memory.c83 if (vma_is_shmem(vma)) in transparent_hugepage_active()
Dshmem.c253 bool vma_is_shmem(struct vm_area_struct *vma) in vma_is_shmem() function
/Linux-v5.15/fs/
Duserfaultfd.c1259 if (is_vm_hugetlb_page(vma) || vma_is_shmem(vma)) in vma_can_userfault()
1264 if (!(is_vm_hugetlb_page(vma) || vma_is_shmem(vma))) in vma_can_userfault()
1269 vma_is_shmem(vma); in vma_can_userfault()
Dio_uring.c8978 if (vma_is_shmem(vma)) in io_sqe_buffer_register()
/Linux-v5.15/include/linux/
Dmm.h714 bool vma_is_shmem(struct vm_area_struct *vma);
716 static inline bool vma_is_shmem(struct vm_area_struct *vma) { return false; } in vma_is_shmem() function