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