Searched refs:maxssiz (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14-stable/sys/kern/ |
| HD | subr_param.c | 108 u_long maxssiz; /* max stack size */ variable 138 SYSCTL_ULONG(_kern, OID_AUTO, maxssiz, CTLFLAG_RWTUN | CTLFLAG_NOFETCH, &maxssiz, 0, 226 maxssiz = MAXSSIZ; in init_param1() 227 TUNABLE_ULONG_FETCH("kern.maxssiz", &maxssiz); in init_param1()
|
| HD | kern_resource.c | 708 if (limp->rlim_cur > maxssiz) in kern_proc_setrlimit() 709 limp->rlim_cur = maxssiz; in kern_proc_setrlimit() 710 if (limp->rlim_max > maxssiz) in kern_proc_setrlimit() 711 limp->rlim_max = maxssiz; in kern_proc_setrlimit()
|
| HD | init_main.c | 597 p->p_limit->pl_rlimit[RLIMIT_STACK].rlim_max = maxssiz; in proc0_init()
|
| HD | kern_exec.c | 1213 ssiz = maxssiz; in exec_map_stack()
|
| /freebsd-14-stable/sys/vm/ |
| HD | vm_param.h | 142 extern unsigned long maxssiz;
|
| /freebsd-14-stable/sys/compat/ia32/ |
| HD | ia32_sysvec.c | 100 SYSCTL_ULONG(_compat_ia32, OID_AUTO, maxssiz, CTLFLAG_RWTUN, &ia32_maxssiz, 0, "");
|
| /freebsd-14-stable/sys/arm64/arm64/ |
| HD | elf32_machdep.c | 95 SYSCTL_ULONG(_compat_aarch32, OID_AUTO, maxssiz, CTLFLAG_RWTUN,
|
| /freebsd-14-stable/sys/powerpc/powerpc/ |
| HD | elf32_machdep.c | 80 SYSCTL_ULONG(_compat_ppc32, OID_AUTO, maxssiz, CTLFLAG_RWTUN, &ppc32_maxssiz,
|
| /freebsd-14-stable/sys/amd64/linux32/ |
| HD | linux32_sysvec.c | 736 SYSCTL_ULONG(_compat_linux32, OID_AUTO, maxssiz, CTLFLAG_RW,
|
| /freebsd-14-stable/sys/conf/ |
| HD | NOTES | 102 # kern.dflssiz, kern.maxssiz and kern.sgrowsiz.
|