Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dvmparam.h53 #ifndef DFLSSIZ
54 #define DFLSSIZ (4UL*1024*1024) /* initial stack size limit */ macro
/freebsd/sys/i386/include/
H A Dvmparam.h54 #ifndef DFLSSIZ
55 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/freebsd/sys/riscv/include/
H A Dvmparam.h51 #ifndef DFLSSIZ
52 #define DFLSSIZ (128*1024*1024) /* initial stack size limit */ macro
/freebsd/sys/powerpc/include/
H A Dvmparam.h61 #ifndef DFLSSIZ
62 #define DFLSSIZ (8*1024*1024) /* default stack size */ macro
/freebsd/sys/arm64/include/
H A Dvmparam.h55 #ifndef DFLSSIZ
56 #define DFLSSIZ (128*1024*1024) /* initial stack size limit */ macro
/freebsd/sys/amd64/include/
H A Dvmparam.h64 #ifndef DFLSSIZ
65 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/freebsd/share/doc/smm/02.config/
H A Dspell.ok15 DFLSSIZ
/freebsd/sys/kern/
H A Dsubr_param.c222 dflssiz = DFLSSIZ; in init_param1()