Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmm.h1663 bool vma_is_shmem(const struct vm_area_struct *vma);
1666 static inline bool vma_is_shmem(const struct vm_area_struct *vma) { return false; } in vma_is_shmem() function