Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dresource.h16 [RLIMIT_STACK] = { _STK_LIM, RLIM_INFINITY }, \
/openbmc/linux/include/uapi/linux/
H A Dresource.h66 #define _STK_LIM (8*1024*1024) macro
/openbmc/linux/fs/
H A Dexec.c489 limit = _STK_LIM / 4 * 3; in bprm_stack_limits()
1348 if (bprm->rlim_stack.rlim_cur > _STK_LIM) in begin_new_exec()
1349 bprm->rlim_stack.rlim_cur = _STK_LIM; in begin_new_exec()