Home
last modified time | relevance | path

Searched refs:NMBCLUSTERS (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.81.4/bsd/i386/
H A Dparam.h116 #ifndef NMBCLUSTERS
117 #define NMBCLUSTERS ((1024 * 1024) / MCLBYTES) /* cl map size: 1MB */ macro
/xnu-11215.81.4/bsd/arm/
H A Dparam.h92 #ifndef NMBCLUSTERS
93 #define NMBCLUSTERS CONFIG_NMBCLUSTERS /* cl map size */ macro
/xnu-11215.81.4/bsd/conf/
H A Dparam.c114 unsigned int nmbclusters = NMBCLUSTERS;
/xnu-11215.81.4/bsd/dev/
H A Dunix_startup.c183 if ((scale = nmbclusters / NMBCLUSTERS) > 1) { in bsd_startupearly()
/xnu-11215.81.4/bsd/kern/
H A Duipc_mbuf.c2311 nmbclusters = NMBCLUSTERS; in mbinit()