RLIMIT_STACK 181 compat/ibcs2/ibcs2_exec.c epp->ep_ssize = p->p_rlimit[RLIMIT_STACK].rlim_cur; RLIMIT_STACK 728 compat/ibcs2/ibcs2_exec.c epp->ep_ssize = p->p_rlimit[RLIMIT_STACK].rlim_cur; RLIMIT_STACK 53 compat/linux/linux_resource.c RLIMIT_STACK, RLIMIT_STACK 66 compat/osf1/osf1_resource.c SCARG(&a, which) = RLIMIT_STACK; RLIMIT_STACK 151 compat/osf1/osf1_resource.c SCARG(&a, which) = RLIMIT_STACK; RLIMIT_STACK 328 kern/exec_subr.c epp->ep_ssize = round_page(p->p_rlimit[RLIMIT_STACK].rlim_cur); RLIMIT_STACK 243 kern/kern_resource.c case RLIMIT_STACK: RLIMIT_STACK 262 kern/kern_resource.c if (which == RLIMIT_STACK) { RLIMIT_STACK 305 uvm/uvm_glue.c p->p_rlimit[RLIMIT_STACK].rlim_cur = DFLSSIZ; RLIMIT_STACK 306 uvm/uvm_glue.c p->p_rlimit[RLIMIT_STACK].rlim_max = MAXSSIZ; RLIMIT_STACK 151 uvm/uvm_unix.c if (vm->vm_ssize + si <= btoc(p->p_rlimit[RLIMIT_STACK].rlim_cur))