Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Duserfaultfd.c85 if (vma_is_shmem(dst_vma)) { in mfill_atomic_install_pte()
606 if (!vma_is_anonymous(dst_vma) && !vma_is_shmem(dst_vma)) in __mcopy_atomic()
608 if (!vma_is_shmem(dst_vma) && mcopy_mode == MCOPY_ATOMIC_CONTINUE) in __mcopy_atomic()
H A Dhuge_memory.c82 if (vma_is_shmem(vma)) in transparent_hugepage_active()
H A Dshmem.c264 bool vma_is_shmem(struct vm_area_struct *vma) in vma_is_shmem() function
/OK3568_Linux_fs/kernel/fs/
H A Duserfaultfd.c1264 if (is_vm_hugetlb_page(vma) || vma_is_shmem(vma)) in vma_can_userfault()
1269 if (!(is_vm_hugetlb_page(vma) || vma_is_shmem(vma))) in vma_can_userfault()
1274 vma_is_shmem(vma); in vma_can_userfault()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h726 bool vma_is_shmem(struct vm_area_struct *vma);
728 static inline bool vma_is_shmem(struct vm_area_struct *vma) { return false; } in vma_is_shmem() function
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c8934 if (vma_is_shmem(vma)) in io_sqe_buffer_register()