Searched refs:mlock_future_ok (Results 1 – 6 of 6) sorted by relevance
| /linux/mm/ |
| H A D | secretmem.c | 129 if (!mlock_future_ok(desc->mm, /*is_vma_locked=*/ true, len)) in secretmem_mmap_prepare()
|
| H A D | mmap.c | 111 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 D | internal.h | 1049 bool mlock_future_ok(const struct mm_struct *mm, bool is_vma_locked,
|
| H A D | mremap.c | 1743 if (!mlock_future_ok(mm, vma->vm_flags & VM_LOCKED, vrm->delta)) in check_prep_vma()
|
| H A D | vma.c | 3059 if (!mlock_future_ok(mm, vma->vm_flags & VM_LOCKED, grow << PAGE_SHIFT)) in acct_stack_growth()
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 1242 static inline bool mlock_future_ok(const struct mm_struct *mm, in mlock_future_ok() function
|