Home
last modified time | relevance | path

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

/dragonfly/sys/platform/vkernel64/include/
H A Dvmparam.h57 #ifndef DFLSSIZ
58 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/dragonfly/sys/platform/pc64/include/
H A Dvmparam.h62 #ifndef DFLSSIZ
63 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/dragonfly/sys/kern/
H A Dsubr_param.c223 dflssiz = DFLSSIZ; in init_param1()