Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dsockbuf.h130 #define M_NOTAVAIL (M_NOTREADY | M_BLOCKED) macro
/freebsd-12-stable/sys/kern/
Duipc_sockbuf.c172 if (!(m->m_flags & M_NOTAVAIL)) in sbfree()
806 if (!(m->m_flags & M_NOTAVAIL)) { in sbcheck()
1153 KASSERT(!(m->m_flags & M_NOTAVAIL), in sbcut_internal()
Duipc_socket.c1962 while (m != NULL && !(m->m_flags & M_NOTAVAIL) && uio->uio_resid > 0
2300 KASSERT(!(m->m_flags & M_NOTAVAIL),
/freebsd-12-stable/sys/dev/cxgbe/tom/
Dt4_cpl_io.c749 if ((m->m_flags & M_NOTAVAIL) != 0) in t4_push_frames()
826 KASSERT(m == NULL || (m->m_flags & M_NOTAVAIL) != 0, in t4_push_frames()
916 } while (m != NULL && (m->m_flags & M_NOTAVAIL) == 0); in t4_push_frames()