Searched refs:ZCACHE_DEFINE (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.81.5/osfmk/kern/ |
| H A D | zalloc.h | 2395 #define ZCACHE_DEFINE(zid, name, type_t, size, ops) \ macro
|
| /xnu-10002.81.5/bsd/kern/ |
| H A D | uipc_mbuf.c | 1057 ZCACHE_DEFINE(ZONE_ID_MBUF_CLUSTER_2K, "mbuf.composite.2k", struct mbuf, 1060 ZCACHE_DEFINE(ZONE_ID_MBUF_CLUSTER_4K, "mbuf.composite.4k", struct mbuf, 1063 ZCACHE_DEFINE(ZONE_ID_MBUF_CLUSTER_16K, "mbuf.composite.16k", struct mbuf,
|