Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h888 union mcluster { union
889 union mcluster *mcl_next;
1665 __private_extern__ union mcluster *m_cltom(int);
/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf.c1037 ZONE_DEFINE_ID(ZONE_ID_CLUSTER_2K, "mbuf.cluster.2k", union mcluster,
1043 static_assert(sizeof(union mcluster) == MCLBYTES);
2840 union mcluster *c = sp->sl_head; in slab_free()
4057 union mcluster *c = (union mcluster *)o;