Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dvmparam.h55 #ifndef DFLSSIZ
56 #define DFLSSIZ (4UL*1024*1024) /* initial stack size limit */ macro
/f-stack/freebsd/mips/include/
H A Dvmparam.h64 #ifndef DFLSSIZ
65 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/f-stack/freebsd/i386/include/
H A Dvmparam.h57 #ifndef DFLSSIZ
58 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/f-stack/freebsd/arm64/include/
H A Dvmparam.h54 #ifndef DFLSSIZ
55 #define DFLSSIZ (128*1024*1024) /* initial stack size limit */ macro
/f-stack/freebsd/amd64/include/
H A Dvmparam.h63 #ifndef DFLSSIZ
64 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/f-stack/freebsd/kern/
H A Dsubr_param.c211 dflssiz = DFLSSIZ; in init_param1()