Searched refs:NMBCLUSTERS (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/i386/
H A Dparam.h114 #ifndef NMBCLUSTERS
116 #define NMBCLUSTERS ((1024 * 1024) / MCLBYTES) /* cl map size: 1MB */ macro
118 #define NMBCLUSTERS ((1024 * 512) / MCLBYTES) /* cl map size: 0.5MB */ macro
/darwin-on-arm/xnu/bsd/arm/
H A Dparam.h90 #ifndef NMBCLUSTERS
91 #define NMBCLUSTERS CONFIG_NMBCLUSTERS /* cl map size */ macro
/darwin-on-arm/xnu/bsd/conf/
H A Dparam.c101 unsigned int nmbclusters = NMBCLUSTERS;
104 #define MAXSOCKETS NMBCLUSTERS
/darwin-on-arm/xnu/osfmk/arm/
H A Dparam.h90 #ifndef NMBCLUSTERS
91 #define NMBCLUSTERS CONFIG_NMBCLUSTERS /* cl map size */ macro
/darwin-on-arm/xnu/bsd/dev/
H A Dunix_startup.c166 if ((scale = nmbclusters / NMBCLUSTERS) > 1) {
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c1386 nmbclusters = NMBCLUSTERS;

Completed in 46 milliseconds