Searched refs:mlock_future_ok (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | secretmem.c | 130 if (!mlock_future_ok(vma->vm_mm, vma->vm_flags | VM_LOCKED, len)) in secretmem_mmap()
|
H A D | mmap.c | 179 return mlock_future_ok(current->mm, current->mm->def_flags, len) in check_brk_limits() 1157 bool mlock_future_ok(struct mm_struct *mm, unsigned long flags, in mlock_future_ok() function 1282 if (!mlock_future_ok(mm, vm_flags, len)) in do_mmap() 1948 if (!mlock_future_ok(mm, vma->vm_flags, grow << PAGE_SHIFT)) in acct_stack_growth()
|
H A D | mremap.c | 790 if (!mlock_future_ok(mm, vma->vm_flags, new_len - old_len)) in vma_to_resize()
|
H A D | internal.h | 728 extern bool mlock_future_ok(struct mm_struct *mm, unsigned long flags,
|
Completed in 9 milliseconds