Searched refs:mlock_future_check (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/mm/ |
D | secretmem.c | 117 if (mlock_future_check(vma->vm_mm, vma->vm_flags | VM_LOCKED, len)) in secretmem_mmap()
|
D | internal.h | 367 extern int mlock_future_check(struct mm_struct *mm, unsigned long flags,
|
D | mmap.c | 1352 int mlock_future_check(struct mm_struct *mm, unsigned long flags, in mlock_future_check() function 1477 if (mlock_future_check(mm, vm_flags, len)) in do_mmap() 3040 error = mlock_future_check(mm, mm->def_flags, len); in do_brk_flags()
|