Searched refs:RLIMIT_STACK (Results 1 – 10 of 10) sorted by relevance
30 if (getrlimit(RLIMIT_STACK, &lim) < 0) { in set_stklim()36 if (setrlimit(RLIMIT_STACK, &lim) < 0) { in set_stklim()
19 #define RLIMIT_STACK 3 /* max stack size */ macro
16 [RLIMIT_STACK] = { _STK_LIM, RLIM_INFINITY }, \
177 getrlimit(RLIMIT_STACK, &rlimit); in test()
71 : rlimit_max(RLIMIT_STACK); in mmap_upper_limit()
88 unsigned long stack_size = rlimit_max(RLIMIT_STACK) & -16; in ia64_set_rbs_bot()
375 bprm->rlim_stack = current->signal->rlim[RLIMIT_STACK]; in bprm_mm_init()1436 current->signal->rlim[RLIMIT_STACK] = bprm->rlim_stack; in finalize_exec()
732 the given value, unless the RLIMIT_STACK hard limit is changed to a
2369 if (size > rlimit(RLIMIT_STACK)) in acct_stack_growth()
579 [RLIMIT_STACK] = {"Max stack size", "bytes"},