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()
229 bool mlock_future_ok(const struct mm_struct *mm, bool is_vma_locked, in mlock_future_ok() function
420 if (!mlock_future_ok(mm, vm_flags & VM_LOCKED, len)) in do_mmap()
H A Dinternal.h1049 bool mlock_future_ok(const struct mm_struct *mm, bool is_vma_locked,
H A Dmremap.c1743 if (!mlock_future_ok(mm, vma->vm_flags & VM_LOCKED, vrm->delta)) in check_prep_vma()
H A Dvma.c3059 if (!mlock_future_ok(mm, vma->vm_flags & VM_LOCKED, grow << PAGE_SHIFT)) in acct_stack_growth()
/linux/tools/testing/vma/include/
H A Ddup.h1242 static inline bool mlock_future_ok(const struct mm_struct *mm, in mlock_future_ok() function