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

/freebsd-11-stable/sys/arm/include/
H A Dvmparam.h53 #ifndef DFLSSIZ
54 #define DFLSSIZ (2UL*1024*1024) /* initial stack size limit */ macro
/freebsd-11-stable/sys/arm64/include/
H A Dvmparam.h54 #ifndef DFLSSIZ
55 #define DFLSSIZ (128*1024*1024) /* initial stack size limit */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Dvmparam.h52 #ifndef DFLSSIZ
53 #define DFLSSIZ (8*1024*1024) /* default stack size */ macro
/freebsd-11-stable/sys/riscv/include/
H A Dvmparam.h54 #ifndef DFLSSIZ
55 #define DFLSSIZ (128*1024*1024) /* initial stack size limit */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dvmparam.h54 #ifndef DFLSSIZ
55 #define DFLSSIZ (128*1024*1024) /* initial stack size limit */ macro
/freebsd-11-stable/sys/mips/include/
H A Dvmparam.h62 #ifndef DFLSSIZ
63 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/freebsd-11-stable/sys/i386/include/
H A Dvmparam.h56 #ifndef DFLSSIZ
57 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/freebsd-11-stable/sys/amd64/include/
H A Dvmparam.h62 #ifndef DFLSSIZ
63 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/freebsd-11-stable/sys/kern/
H A Dsubr_param.c198 dflssiz = DFLSSIZ;

Completed in 81 milliseconds