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() 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 D | internal.h | 1126 bool mlock_future_ok(const struct mm_struct *mm, bool is_vma_locked,
|
| H A D | mremap.c | 1813 if (!mlock_future_ok(mm, vma->vm_flags & VM_LOCKED, vrm->delta)) in check_mremap_params()
|
| H A D | vma.c | 3085 if (!mlock_future_ok(mm, vma_test(vma, VMA_LOCKED_BIT),
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 1483 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
|