Home
last modified time | relevance | path

Searched refs:DFLSSIZ (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/sys/arm/include/
HDvmparam.h53 #ifndef DFLSSIZ
54 #define DFLSSIZ (4UL*1024*1024) /* initial stack size limit */ macro
/freebsd-14-stable/sys/i386/include/
HDvmparam.h56 #ifndef DFLSSIZ
57 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/freebsd-14-stable/sys/riscv/include/
HDvmparam.h53 #ifndef DFLSSIZ
54 #define DFLSSIZ (128*1024*1024) /* initial stack size limit */ macro
/freebsd-14-stable/sys/arm64/include/
HDvmparam.h57 #ifndef DFLSSIZ
58 #define DFLSSIZ (128*1024*1024) /* initial stack size limit */ macro
/freebsd-14-stable/sys/powerpc/include/
HDvmparam.h61 #ifndef DFLSSIZ
62 #define DFLSSIZ (8*1024*1024) /* default stack size */ macro
/freebsd-14-stable/sys/amd64/include/
HDvmparam.h66 #ifndef DFLSSIZ
67 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/freebsd-14-stable/share/doc/smm/02.config/
HDspell.ok15 DFLSSIZ
/freebsd-14-stable/sys/kern/
HDsubr_param.c224 dflssiz = DFLSSIZ; in init_param1()