Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c548 MC_MBUF_16KCL /* mbuf + jumbo (16KB) cluster */ enumerator
552 #define MBUF_CLASS_MAX MC_MBUF_16KCL
866 { MC_MBUF_16KCL, NULL, { NULL, NULL }, NULL, NULL, 0, 0, 0, 0, 200, 0 },
874 { .mtbl_class = MC_MBUF_16KCL },
1071 static_assert(ZONE_ID_MBUF + MC_MBUF_16KCL == ZONE_ID_MBUF_CLUSTER_16K);
1446 m_total(MC_MBUF_BIGCL) - m_total(MC_MBUF_16KCL)); in mbuf_stat_sync()
1461 sp->mbcl_ctotal -= m_total(MC_MBUF_16KCL); in mbuf_stat_sync()
1507 m_total(MC_MBUF_16KCL)); in mbuf_stat_sync()
1510 m_ctotal(MC_16KCL) -= m_total(MC_MBUF_16KCL); in mbuf_stat_sync()
2038 m_minlimit(MC_MBUF_16KCL) = 0; in mbuf_table_init()
[all …]