Home
last modified time | relevance | path

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

/NextBSD/sys/arm/include/
HDvmparam.h59 #ifndef SGROWSIZ
60 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/NextBSD/sys/sparc64/include/
HDvmparam.h60 #ifndef SGROWSIZ
61 #define SGROWSIZ (128*1024) /* amount to grow stack */ macro
/NextBSD/sys/mips/include/
HDvmparam.h68 #ifndef SGROWSIZ
69 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/NextBSD/sys/i386/include/
HDvmparam.h62 #ifndef SGROWSIZ
63 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/NextBSD/sys/riscv/include/
HDvmparam.h60 #ifndef SGROWSIZ
61 #define SGROWSIZ (128*1024) /* amount to grow stack */ macro
/NextBSD/sys/amd64/include/
HDvmparam.h68 #ifndef SGROWSIZ
69 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/NextBSD/sys/powerpc/include/
HDvmparam.h170 #ifndef SGROWSIZ
171 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/NextBSD/sys/arm64/include/
HDvmparam.h60 #ifndef SGROWSIZ
61 #define SGROWSIZ (128*1024) /* amount to grow stack */ macro
/NextBSD/sys/kern/
HDsubr_param.c194 sgrowsiz = SGROWSIZ; in init_param1()