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

/linux-master/include/asm-generic/
H A Dresource.h16 [RLIMIT_STACK] = { _STK_LIM, RLIM_INFINITY }, \
/linux-master/include/uapi/linux/
H A Dresource.h66 #define _STK_LIM (8*1024*1024) macro
/linux-master/fs/
H A Dexec.c483 * Limit to 1/4 of the max stack size or 3/4 of _STK_LIM
490 limit = _STK_LIM / 4 * 3;
1361 if (bprm->rlim_stack.rlim_cur > _STK_LIM)
1362 bprm->rlim_stack.rlim_cur = _STK_LIM;

Completed in 120 milliseconds