Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/i386/
H A Dparam.h116 #ifndef NMBCLUSTERS
117 #define NMBCLUSTERS ((1024 * 1024) / MCLBYTES) /* cl map size: 1MB */ macro
/xnu-12377.61.12/bsd/arm/
H A Dparam.h92 #ifndef NMBCLUSTERS
93 #define NMBCLUSTERS CONFIG_NMBCLUSTERS /* cl map size */ macro
/xnu-12377.61.12/bsd/conf/
H A Dparam.c113 unsigned int nmbclusters = NMBCLUSTERS;
/xnu-12377.61.12/bsd/kern/
H A Duipc_mbuf.c1429 nmbclusters = NMBCLUSTERS; in mbinit()
H A Duipc_mbuf_mcache.c1065 nmbclusters = NMBCLUSTERS; in mbinit()