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