Home
last modified time | relevance | path

Searched refs:vma_is_anon_shmem (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/mm/
H A Dmadvise.c179 if (!vma->vm_file || vma_is_anon_shmem(vma)) { in madvise_update_vma()
1283 if (vma->vm_file && !vma_is_anon_shmem(vma)) in madvise_vma_anon_name()
H A Dshmem.c266 bool vma_is_anon_shmem(struct vm_area_struct *vma) in vma_is_anon_shmem() function
273 return vma_is_anon_shmem(vma) || vma->vm_ops == &shmem_vm_ops; in vma_is_shmem()
/openbmc/linux/include/linux/
H A Dmm.h1033 bool vma_is_anon_shmem(struct vm_area_struct *vma);
1036 static inline bool vma_is_anon_shmem(struct vm_area_struct *vma) { return false; } in vma_is_anon_shmem() function