Searched refs:MT_FREE (Results 1 – 3 of 3) sorted by relevance
889 if ((m)->m_type != MT_FREE && !MBUF_IS_PAIRED(m)) { \1579 _CASSERT(MBUF_TYPE_FREE == MT_FREE); in mbinit()2117 mtype_stat_add(MT_FREE, -((unsigned)NMBPG)); in slab_free()2528 VERIFY(ms->m_type == MT_FREE); in cslab_free()2573 m->m_type = MT_FREE; in cslab_free()2777 MBUF_INIT(ms, 0, MT_FREE); in mbuf_cslab_alloc()3405 mtype_stat_add(MT_FREE, NMBPG);3420 ms->m_type = MT_FREE;3422 m->m_type = MT_FREE;3683 mtype_stat_dec(MT_FREE);[all …]
587 (next)->m_type == MT_FREE)) { in mbuf_setnext()
742 #define MT_FREE 0 /* should be on free list */ macro980 m->m_type == MT_FREE || \