Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A 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()
A Dmm.h808 bool vma_is_shmem(struct vm_area_struct *vma);
811 static inline bool vma_is_shmem(struct vm_area_struct *vma) { return false; } in vma_is_shmem() function
/linux-6.3-rc2/mm/
A Duserfaultfd.c84 if (vma_is_shmem(dst_vma)) { in mfill_atomic_install_pte()
595 if (!vma_is_anonymous(dst_vma) && !vma_is_shmem(dst_vma)) in __mcopy_atomic()
597 if (!vma_is_shmem(dst_vma) && mcopy_mode == MCOPY_ATOMIC_CONTINUE) in __mcopy_atomic()
A Dshmem.c248 bool vma_is_shmem(struct vm_area_struct *vma) in vma_is_shmem() function
/linux-6.3-rc2/io_uring/
A Drsrc.c1175 if (!vma_is_shmem(vmas[i]) && !is_file_hugepages(file)) { in io_pin_pages()

Completed in 24 milliseconds