Home
last modified time | relevance | path

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

/kernel/linux/common_modules/xpm/core/
Dxpm_hck.c29 return vma_is_anonymous(vma) || vma_is_shmem(vma); in xpm_is_anonymous_vma()
/kernel/linux/linux-5.10/mm/
Duserfaultfd.c534 if (!vma_is_anonymous(dst_vma) && !vma_is_shmem(dst_vma)) in __mcopy_atomic()
Dhuge_memory.c82 if (vma_is_shmem(vma)) in transparent_hugepage_active()
Dshmem.c257 bool vma_is_shmem(struct vm_area_struct *vma) in vma_is_shmem() function
/kernel/linux/linux-5.10/include/linux/
Dmm.h704 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
/kernel/linux/linux-5.10/fs/
Duserfaultfd.c1251 ((is_vm_hugetlb_page(vma) || vma_is_shmem(vma)) && in vma_can_userfault()
/kernel/linux/linux-5.10/io_uring/
Dio_uring.c9002 if (vma_is_shmem(vma)) in io_sqe_buffer_register()