Home
last modified time | relevance | path

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

/linux/mm/
H A Dsecretmem.c129 if (!mlock_future_ok(desc->mm, /*is_vma_locked=*/ true, len)) in secretmem_mmap_prepare()
H A Dmmap.c111 return mlock_future_ok(current->mm, in check_brk_limits()
230 bool mlock_future_ok(const struct mm_struct *mm, bool is_vma_locked, in mlock_future_ok()
421 if (!mlock_future_ok(mm, vm_flags & VM_LOCKED, len)) in do_mmap()
229 bool mlock_future_ok(const struct mm_struct *mm, bool is_vma_locked, mlock_future_ok() function
H A Dinternal.h1126 bool mlock_future_ok(const struct mm_struct *mm, bool is_vma_locked,
H A Dmremap.c1813 if (!mlock_future_ok(mm, vma->vm_flags & VM_LOCKED, vrm->delta)) in check_mremap_params()
H A Dvma.c3085 if (!mlock_future_ok(mm, vma_test(vma, VMA_LOCKED_BIT),
/linux/tools/testing/vma/include/
H A Ddup.h1483 static inline bool mlock_future_ok(const struct mm_struct *mm,
1242 static inline bool mlock_future_ok(const struct mm_struct *mm, mlock_future_ok() function