Searched defs:DFLSSIZ (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/powerpc/include/
H A Dvmparam.h53 #define DFLSSIZ (8*1024*1024) /* default stack size */ macro
/freebsd-10-stable/sys/sparc64/include/
H A Dvmparam.h55 #define DFLSSIZ (128*1024*1024) /* initial stack size limit */ macro
/freebsd-10-stable/sys/i386/include/
H A Dvmparam.h57 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/freebsd-10-stable/sys/arm/include/
H A Dvmparam.h54 #define DFLSSIZ (2UL*1024*1024) /* initial stack size limit */ macro
/freebsd-10-stable/sys/mips/include/
H A Dvmparam.h63 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/freebsd-10-stable/sys/ia64/include/
H A Dvmparam.h57 #define DFLSSIZ (1<<21) /* initial stack size (2M) */ macro
/freebsd-10-stable/sys/amd64/include/
H A Dvmparam.h63 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro

Completed in 85 milliseconds