Searched refs:MC_MBUF (Results 1 – 1 of 1) sorted by relevance
542 MC_MBUF = 0, /* Regular mbuf */ enumerator551 #define MBUF_CLASS_MIN MC_MBUF848 { MC_MBUF, NULL, TAILQ_HEAD_INITIALIZER(m_slablist(MC_MBUF)),868 { .mtbl_class = MC_MBUF },1066 static_assert(ZONE_ID_MBUF + MC_MBUF == ZONE_ID_MBUF);1079 return ZONE_ID_MBUF + class - MC_MBUF; in m_class_to_zid()1086 return MC_MBUF + zid - ZONE_ID_MBUF; in m_class_from_zid()1452 case MC_MBUF: in mbuf_stat_sync()1514 m_ctotal(MC_MBUF) -= (m_total(MC_MBUF_CL) + in mbuf_stat_sync()1522 mbstat.m_mbufs = m_total(MC_MBUF); in mbuf_stat_sync()[all …]