Searched refs:SGROWSIZ (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dvmparam.h59 #ifndef SGROWSIZ
60 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/freebsd-11-stable/sys/arm64/include/
H A Dvmparam.h60 #ifndef SGROWSIZ
61 #define SGROWSIZ (128*1024) /* amount to grow stack */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Dvmparam.h170 #ifndef SGROWSIZ
171 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/freebsd-11-stable/sys/riscv/include/
H A Dvmparam.h60 #ifndef SGROWSIZ
61 #define SGROWSIZ (128*1024) /* amount to grow stack */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dvmparam.h60 #ifndef SGROWSIZ
61 #define SGROWSIZ (128*1024) /* amount to grow stack */ macro
/freebsd-11-stable/sys/mips/include/
H A Dvmparam.h68 #ifndef SGROWSIZ
69 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/freebsd-11-stable/sys/i386/include/
H A Dvmparam.h62 #ifndef SGROWSIZ
63 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/freebsd-11-stable/sys/amd64/include/
H A Dvmparam.h68 #ifndef SGROWSIZ
69 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/freebsd-11-stable/sys/kern/
H A Dsubr_param.c202 sgrowsiz = SGROWSIZ;

Completed in 229 milliseconds