Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/sys/
H A Dmbuf.h872 union mcluster { union
873 union mcluster *mcl_next;
1632 __private_extern__ union mcluster *m_cltom(int);
/xnu-11215.41.3/bsd/kern/
H A Duipc_mbuf.c1036 ZONE_DEFINE_ID(ZONE_ID_CLUSTER_2K, "mbuf.cluster.2k", union mcluster,
1042 static_assert(sizeof(union mcluster) == MCLBYTES);
2838 union mcluster *c = sp->sl_head; in slab_free()
4056 union mcluster *c = (union mcluster *)o;