Searched refs:vma_is_shmem (Results 1 – 8 of 8) sorted by relevance
84 if (vma_is_shmem(dst_vma)) { in mfill_atomic_install_pte()555 if (!vma_is_anonymous(dst_vma) && !vma_is_shmem(dst_vma)) in __mcopy_atomic()557 if (!vma_is_shmem(dst_vma) && mcopy_mode == MCOPY_ATOMIC_CONTINUE) in __mcopy_atomic()
83 if (vma_is_shmem(vma)) in transparent_hugepage_active()
252 bool vma_is_shmem(struct vm_area_struct *vma) in vma_is_shmem() function
1259 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()
9072 if (vma_is_shmem(vma)) in io_sqe_buffer_register()
704 bool vma_is_shmem(struct vm_area_struct *vma);706 static inline bool vma_is_shmem(struct vm_area_struct *vma) { return false; } in vma_is_shmem() function
6659 ffff8000101ac604 T vma_is_shmem
Completed in 355 milliseconds