Home
last modified time | relevance | path

Searched refs:mlock_future_check (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/mm/
Dsecretmem.c128 if (mlock_future_check(vma->vm_mm, vma->vm_flags | VM_LOCKED, len)) in secretmem_mmap()
Dinternal.h492 extern int mlock_future_check(struct mm_struct *mm, unsigned long flags,
Dmmap.c163 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()
Dmremap.c771 if (mlock_future_check(mm, vma->vm_flags, new_len - old_len)) in vma_to_resize()