Searched refs:vma_is_shmem (Results 1 – 3 of 3) sorted by relevance
86 if (vma_is_shmem(dst_vma)) { in mfill_atomic_install_pte()572 if (!vma_is_anonymous(dst_vma) && !vma_is_shmem(dst_vma)) in __mcopy_atomic()574 if (!vma_is_shmem(dst_vma) && mcopy_mode == MCOPY_ATOMIC_CONTINUE) in __mcopy_atomic()
83 if (vma_is_shmem(vma)) in transparent_hugepage_active()
254 bool vma_is_shmem(struct vm_area_struct *vma) in vma_is_shmem() function