Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dvmparam.h49 #ifndef DFLDSIZ
50 #define DFLDSIZ (128UL*1024*1024) /* initial data size limit */ macro
/f-stack/freebsd/mips/include/
H A Dvmparam.h58 #ifndef DFLDSIZ
59 #define DFLDSIZ (128UL*1024*1024) /* initial data size limit */ macro
/f-stack/freebsd/i386/include/
H A Dvmparam.h51 #ifndef DFLDSIZ
52 #define DFLDSIZ (128UL*1024*1024) /* initial data size limit */ macro
/f-stack/freebsd/arm64/include/
H A Dvmparam.h48 #ifndef DFLDSIZ
49 #define DFLDSIZ (128*1024*1024) /* initial data size limit */ macro
/f-stack/freebsd/amd64/include/
H A Dvmparam.h57 #ifndef DFLDSIZ
58 #define DFLDSIZ (32768UL*1024*1024) /* initial data size limit */ macro
/f-stack/freebsd/kern/
H A Dsubr_param.c207 dfldsiz = DFLDSIZ; in init_param1()