Searched refs:MC_MBUF_CL (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 553 MC_MBUF_CL, /* mbuf + cluster */ enumerator 874 { MC_MBUF_CL, NULL, { NULL, NULL }, NULL, NULL, 0, 0, 0, 0, 2000, 0 }, 882 { .mtbl_class = MC_MBUF_CL }, 1066 static_assert(ZONE_ID_MBUF + MC_MBUF_CL == ZONE_ID_MBUF_CLUSTER_2K); 1447 sp->mbcl_ctotal -= (m_total(MC_MBUF_CL) + in mbuf_stat_sync() 1453 sp->mbcl_ctotal -= m_total(MC_MBUF_CL); in mbuf_stat_sync() 1507 m_ctotal(MC_MBUF) -= (m_total(MC_MBUF_CL) + in mbuf_stat_sync() 1510 m_ctotal(MC_CL) -= m_total(MC_MBUF_CL); in mbuf_stat_sync() 1517 mbstat.m_clfree = m_infree(MC_CL) + m_infree(MC_MBUF_CL); in mbuf_stat_sync() 2042 m_minlimit(MC_MBUF_CL) = 0; in mbuf_table_init() [all …]
|