Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c889 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 …]
H A Dkpi_mbuf.c587 (next)->m_type == MT_FREE)) { in mbuf_setnext()
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h742 #define MT_FREE 0 /* should be on free list */ macro
980 m->m_type == MT_FREE || \