Searched refs:mlock_future_ok (Results 1 – 4 of 4) sorted by relevance
/linux/mm/ |
H A D | mmap.c | 111 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 D | mremap.c | 910 if (!mlock_future_ok(mm, vma->vm_flags, new_len - old_len)) in resize_is_valid()
|
H A D | internal.h | 866 extern bool mlock_future_ok(struct mm_struct *mm, unsigned long flags,
|
H A D | vma.c | 2761 if (!mlock_future_ok(mm, vma->vm_flags, grow << PAGE_SHIFT)) in acct_stack_growth()
|