Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h890 union mcluster { union
891 union mcluster *mcl_next;
1713 __private_extern__ union mcluster *m_cltom(int);
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf_mcache.c1535 union mcluster *c = sp->sl_head; in slab_free()
2748 union mcluster *c = (union mcluster *)o;
H A Duipc_mbuf.c358 ZONE_DEFINE_ID(ZONE_ID_CLUSTER_2K, "mbuf.cluster.2k", union mcluster,
364 static_assert(sizeof(union mcluster) == MCLBYTES);