Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dvmparam.h61 #ifndef SGROWSIZ
62 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/f-stack/freebsd/mips/include/
H A Dvmparam.h70 #ifndef SGROWSIZ
71 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/f-stack/freebsd/i386/include/
H A Dvmparam.h63 #ifndef SGROWSIZ
64 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/f-stack/freebsd/arm64/include/
H A Dvmparam.h60 #ifndef SGROWSIZ
61 #define SGROWSIZ (128*1024) /* amount to grow stack */ macro
/f-stack/freebsd/amd64/include/
H A Dvmparam.h69 #ifndef SGROWSIZ
70 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/f-stack/freebsd/kern/
H A Dsubr_param.c215 sgrowsiz = SGROWSIZ; in init_param1()