Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dsecretmem.c130 if (!mlock_future_ok(vma->vm_mm, vma->vm_flags | VM_LOCKED, len)) in secretmem_mmap()
H A Dmmap.c111 return mlock_future_ok(current->mm, current->mm->def_flags, len) in check_brk_limits()
231 bool mlock_future_ok(struct mm_struct *mm, unsigned long flags, in mlock_future_ok() function
422 if (!mlock_future_ok(mm, vm_flags, len)) in do_mmap()
H A Dinternal.h929 extern bool mlock_future_ok(struct mm_struct *mm, unsigned long flags,
H A Dmremap.c1330 if (!mlock_future_ok(mm, vma->vm_flags, vrm->delta)) in resize_is_valid()
H A Dvma.c2819 if (!mlock_future_ok(mm, vma->vm_flags, grow << PAGE_SHIFT)) in acct_stack_growth()
/linux-6.15/tools/testing/vma/
H A Dvma_internal.h1139 static inline bool mlock_future_ok(struct mm_struct *mm, unsigned long flags, in mlock_future_ok() function