Searched refs:MC_MBUF (Results 1 – 1 of 1) sorted by relevance
549 MC_MBUF = 0, /* Regular mbuf */ enumerator558 #define MBUF_CLASS_MIN MC_MBUF858 { MC_MBUF, NULL, TAILQ_HEAD_INITIALIZER(m_slablist(MC_MBUF)),878 { .mtbl_class = MC_MBUF },1062 static_assert(ZONE_ID_MBUF + MC_MBUF == ZONE_ID_MBUF);1075 return ZONE_ID_MBUF + class - MC_MBUF; in m_class_to_zid()1082 return MC_MBUF + zid - ZONE_ID_MBUF; in m_class_from_zid()1445 case MC_MBUF: in mbuf_stat_sync()1507 m_ctotal(MC_MBUF) -= (m_total(MC_MBUF_CL) + in mbuf_stat_sync()1515 mbstat.m_mbufs = m_total(MC_MBUF); in mbuf_stat_sync()[all …]