Searched refs:MT_FREE (Results 1 – 4 of 4) sorted by relevance
772 if (__improbable(m->m_type != MT_FREE && !MBUF_IS_PAIRED(m))) { in mbuf_mcheck()1006 static_assert(MBUF_TYPE_FREE == MT_FREE); in mbinit()1516 mtype_stat_add(MT_FREE, -((unsigned)NMBPG)); in slab_free()1925 VERIFY(ms->m_type == MT_FREE); in cslab_free()1969 m->m_type = MT_FREE; in cslab_free()2171 mbuf_init(ms, 0, MT_FREE); in mbuf_cslab_alloc()2791 mtype_stat_add(MT_FREE, NMBPG);2806 ms->m_type = MT_FREE;2808 m->m_type = MT_FREE;3070 mtype_stat_dec(MT_FREE);[all …]
685 if (__improbable(m->m_type != MT_FREE && !MBUF_IS_PAIRED(m))) { in mbuf_mcheck()942 mbuf_init(m, 0, MT_FREE); in mz_composite_build()1037 m->m_type = MT_FREE; in mz_composite_destroy()1373 static_assert(MBUF_TYPE_FREE == MT_FREE); in mbinit()1527 mtype_stat_dec(MT_FREE); in m_get_common()1656 if (m->m_type == MT_FREE) { in m_free()1699 mtype_stat_inc(MT_FREE); in m_free()1701 m->m_type = MT_FREE; in m_free()1726 mtype_stat_inc(MT_FREE); in m_free()1728 m->m_type = MT_FREE; in m_free()[all …]
619 (next)->m_type == MT_FREE)) { in mbuf_setnext()
826 #define MT_FREE 0 /* should be on free list */ macro845 MTF_FREE = (1 << MT_FREE),1073 m->m_type == MT_FREE || \