Home
last modified time | relevance | path

Searched refs:M_NOTAVAIL (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dsockbuf.h200 #define M_NOTAVAIL (M_NOTREADY | M_BLOCKED) macro
/freebsd/sys/kern/
H A Duipc_sockbuf.c297 if (!(m->m_flags & M_NOTAVAIL)) in sbfree()
1100 if (!(m->m_flags & M_NOTAVAIL)) { in sbcheck()
1578 KASSERT(!(m->m_flags & M_NOTAVAIL), in sbcut_internal()
H A Duipc_socket.c2340 while (m != NULL && !(m->m_flags & M_NOTAVAIL) && uio->uio_resid > 0
2711 KASSERT(!(m->m_flags & M_NOTAVAIL),
H A Duipc_ktls.c1208 KASSERT((m->m_flags & M_NOTAVAIL) == 0, ("%s: mbuf not avail", in sb_mark_notready()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c566 if (m == NULL || (m->m_flags & M_NOTAVAIL) != 0) { in t4_push_ktls()
617 (m->m_next->m_flags & M_NOTAVAIL) != 0)) && in t4_push_ktls()
H A Dt4_cpl_io.c706 if ((m->m_flags & M_NOTAVAIL) != 0) in t4_push_frames()
790 KASSERT(m == NULL || (m->m_flags & M_NOTAVAIL) != 0, in t4_push_frames()
883 } while (m != NULL && (m->m_flags & M_NOTAVAIL) == 0); in t4_push_frames()