Home
last modified time | relevance | path

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

/linux/tools/testing/vma/include/
H A Dstubs.h432 static inline bool vma_supports_mlock(const struct vm_area_struct *vma) in vma_supports_mlock() function
/linux/mm/
H A Dmlock.c477 vma_is_secretmem(vma) || !vma_supports_mlock(vma)) { in mlock_fixup()
H A Dinternal.h1125 static inline bool vma_supports_mlock(const struct vm_area_struct *vma) in vma_supports_mlock() function
H A Dvma.c2733 if (!vma_supports_mlock(vma)) in __mmap_complete()