Searched refs:M_FREELIST (Results 1 – 5 of 5) sorted by relevance
104 } else if ((m->m_flags & M_FREELIST) == 0) { in m_free()106 m->m_flags = M_FREELIST; /* Clobber other flags */ in m_free()
114 #define M_FREELIST 0x02 /* mbuf is on free list */ macro
271 #define M_FREELIST 0x8000 /* mbuf is on the free list */ macro