Searched refs:MC_MBUF_16KCL (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.81.5/bsd/kern/ |
| H A D | uipc_mbuf.c | 548 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 }, 1072 static_assert(ZONE_ID_MBUF + MC_MBUF_16KCL == ZONE_ID_MBUF_CLUSTER_16K); 1455 m_total(MC_MBUF_BIGCL) - m_total(MC_MBUF_16KCL)); in mbuf_stat_sync() 1470 sp->mbcl_ctotal -= m_total(MC_MBUF_16KCL); in mbuf_stat_sync() 1516 m_total(MC_MBUF_16KCL)); in mbuf_stat_sync() 1519 m_ctotal(MC_16KCL) -= m_total(MC_MBUF_16KCL); in mbuf_stat_sync() 2047 m_minlimit(MC_MBUF_16KCL) = 0; in mbuf_table_init() [all …]
|