Home
last modified time | relevance | path

Searched refs:MT_FREE (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/kern/
H A Duipc_mbuf_mcache.c772 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 …]
H A Duipc_mbuf.c685 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 …]
H A Dkpi_mbuf.c619 (next)->m_type == MT_FREE)) { in mbuf_setnext()
/xnu-12377.61.12/bsd/sys/
H A Dmbuf.h826 #define MT_FREE 0 /* should be on free list */ macro
845 MTF_FREE = (1 << MT_FREE),
1073 m->m_type == MT_FREE || \