Searched refs:MT_FREE (Results 1 – 3 of 3) sorted by relevance
1165 if ((m)->m_type != MT_FREE && !MBUF_IS_PAIRED(m)) { \1175 if ((m)->m_type != MT_FREE && !MBUF_IS_PAIRED(m)) { \1769 MBUF_INIT(m, 0, MT_FREE); in mz_composite_build()1864 m->m_type = MT_FREE; in mz_composite_destroy()2251 _CASSERT(MBUF_TYPE_FREE == MT_FREE); in mbinit()2821 mtype_stat_add(MT_FREE, -((unsigned)NMBPG)); in slab_free()3232 VERIFY(ms->m_type == MT_FREE); in cslab_free()3276 m->m_type = MT_FREE; in cslab_free()3480 MBUF_INIT(ms, 0, MT_FREE); in mbuf_cslab_alloc()4100 mtype_stat_add(MT_FREE, NMBPG);[all …]
608 (next)->m_type == MT_FREE)) { in mbuf_setnext()
817 #define MT_FREE 0 /* should be on free list */ macro836 MTF_FREE = (1 << MT_FREE),1074 m->m_type == MT_FREE || \