Searched refs:mlock_future_check (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/mm/ |
D | secretmem.c | 128 if (mlock_future_check(vma->vm_mm, vma->vm_flags | VM_LOCKED, len)) in secretmem_mmap()
|
D | internal.h | 492 extern int mlock_future_check(struct mm_struct *mm, unsigned long flags,
|
D | mmap.c | 163 return mlock_future_check(current->mm, current->mm->def_flags, len); in check_brk_limits() 1187 int mlock_future_check(struct mm_struct *mm, unsigned long flags, in mlock_future_check() function 1313 if (mlock_future_check(mm, vm_flags, len)) in do_mmap() 1882 if (mlock_future_check(mm, vma->vm_flags, grow << PAGE_SHIFT)) in acct_stack_growth()
|
D | mremap.c | 771 if (mlock_future_check(mm, vma->vm_flags, new_len - old_len)) in vma_to_resize()
|