Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Dprocess.c500 unsigned long stack_left; in stackleak_check_alloca() local
506 stack_left = current_sp - info.low; in stackleak_check_alloca()
513 if (size >= stack_left) in stackleak_check_alloca()