Home
last modified time | relevance | path

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

/freebsd/tests/sys/vm/stack/
H A Dstack_dt_need_exec_test.c21 char stack[SGROWSIZ]; in jumpstack0()
30 char stack[SGROWSIZ * 2]; in jumpstack1()
H A Dstack_dlopen_exec_test.c35 char stack[SGROWSIZ]; in jumpstack0()
44 char stack[SGROWSIZ * 2]; in jumpstack1()
H A Dstack_mprotect_exec_test.c37 alloc_size = SGROWSIZ * 2; in ATF_TC_BODY()
45 guard = addr + alloc_size - SGROWSIZ; in ATF_TC_BODY()
/freebsd/sys/arm/include/
H A Dvmparam.h59 #ifndef SGROWSIZ
60 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/freebsd/sys/i386/include/
H A Dvmparam.h60 #ifndef SGROWSIZ
61 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/freebsd/sys/riscv/include/
H A Dvmparam.h57 #ifndef SGROWSIZ
58 #define SGROWSIZ (128*1024) /* amount to grow stack */ macro
/freebsd/sys/powerpc/include/
H A Dvmparam.h229 #ifndef SGROWSIZ
230 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/freebsd/sys/arm64/include/
H A Dvmparam.h61 #ifndef SGROWSIZ
62 #define SGROWSIZ (128*1024) /* amount to grow stack */ macro
/freebsd/sys/amd64/include/
H A Dvmparam.h70 #ifndef SGROWSIZ
71 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ macro
/freebsd/sys/kern/
H A Dsubr_param.c226 sgrowsiz = SGROWSIZ; in init_param1()