Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf.c1165 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 …]
H A Dkpi_mbuf.c608 (next)->m_type == MT_FREE)) { in mbuf_setnext()
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h817 #define MT_FREE 0 /* should be on free list */ macro
836 MTF_FREE = (1 << MT_FREE),
1074 m->m_type == MT_FREE || \