Home
last modified time | relevance | path

Searched refs:m16kcluster (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h908 union m16kcluster { union
909 union m16kcluster *m16kcl_next;
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c362 ZONE_DEFINE_ID(ZONE_ID_CLUSTER_16K, "mbuf.cluster.16k", union m16kcluster,
366 static_assert(sizeof(union m16kcluster) == M16KCLBYTES);
H A Duipc_mbuf_mcache.c2594 union m16kcluster *m16kcl = (union m16kcluster *)page;