Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
H A Dmmap.c164 * check_brk_limits() - Use platform specific check of range & verify mlock
171 static int check_brk_limits(unsigned long addr, unsigned long len) in check_brk_limits() function
251 if (check_brk_limits(oldbrk, newbrk - oldbrk)) in SYSCALL_DEFINE1()
3198 ret = check_brk_limits(addr, len); in vm_brk_flags()

Completed in 4 milliseconds