Searched refs:MC_MBUF_16KCL (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 555 MC_MBUF_16KCL /* mbuf + jumbo (16KB) cluster */ enumerator 559 #define MBUF_CLASS_MAX MC_MBUF_16KCL 876 { MC_MBUF_16KCL, NULL, { NULL, NULL }, NULL, NULL, 0, 0, 0, 0, 200, 0 }, 884 { .mtbl_class = MC_MBUF_16KCL }, 1068 static_assert(ZONE_ID_MBUF + MC_MBUF_16KCL == ZONE_ID_MBUF_CLUSTER_16K); 1448 m_total(MC_MBUF_BIGCL) - m_total(MC_MBUF_16KCL)); in mbuf_stat_sync() 1463 sp->mbcl_ctotal -= m_total(MC_MBUF_16KCL); in mbuf_stat_sync() 1509 m_total(MC_MBUF_16KCL)); in mbuf_stat_sync() 1512 m_ctotal(MC_16KCL) -= m_total(MC_MBUF_16KCL); in mbuf_stat_sync() 2062 m_minlimit(MC_MBUF_16KCL) = 0; in mbuf_table_init() [all …]
|