Searched refs:MC_MBUF_CL (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.81.5/bsd/kern/ |
| H A D | uipc_mbuf.c | 546 MC_MBUF_CL, /* mbuf + cluster */ enumerator 864 { MC_MBUF_CL, NULL, { NULL, NULL }, NULL, NULL, 0, 0, 0, 0, 2000, 0 }, 872 { .mtbl_class = MC_MBUF_CL }, 1070 static_assert(ZONE_ID_MBUF + MC_MBUF_CL == ZONE_ID_MBUF_CLUSTER_2K); 1454 sp->mbcl_ctotal -= (m_total(MC_MBUF_CL) + in mbuf_stat_sync() 1460 sp->mbcl_ctotal -= m_total(MC_MBUF_CL); in mbuf_stat_sync() 1514 m_ctotal(MC_MBUF) -= (m_total(MC_MBUF_CL) + in mbuf_stat_sync() 1517 m_ctotal(MC_CL) -= m_total(MC_MBUF_CL); in mbuf_stat_sync() 1524 mbstat.m_clfree = m_infree(MC_CL) + m_infree(MC_MBUF_CL); in mbuf_stat_sync() 2027 m_minlimit(MC_MBUF_CL) = 0; in mbuf_table_init() [all …]
|