Searched refs:mlock_future_ok (Results 1 - 4 of 4) sorted by relevance

/linux-master/mm/
H A Dsecretmem.c130 if (!mlock_future_ok(vma->vm_mm, vma->vm_flags | VM_LOCKED, len))
H A Dmremap.c857 if (!mlock_future_ok(mm, vma->vm_flags, new_len - old_len))
H A Dmmap.c173 return mlock_future_ok(current->mm, current->mm->def_flags, len)
1162 bool mlock_future_ok(struct mm_struct *mm, unsigned long flags, function
1287 if (!mlock_future_ok(mm, vm_flags, len))
1944 if (!mlock_future_ok(mm, vma->vm_flags, grow << PAGE_SHIFT))
H A Dinternal.h691 extern bool mlock_future_ok(struct mm_struct *mm, unsigned long flags,

Completed in 127 milliseconds