Searched refs:SOCKBUF_UNLOCK_ASSERT (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dsockbuf.h121 #define SOCKBUF_UNLOCK_ASSERT(_sb) mtx_assert(SOCKBUF_MTX(_sb), MA_NOTOWNED) macro
/freebsd-10-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c659 SOCKBUF_UNLOCK_ASSERT(sb);
698 SOCKBUF_UNLOCK_ASSERT(sb);
1565 SOCKBUF_UNLOCK_ASSERT(sb);
1716 SOCKBUF_UNLOCK_ASSERT(sb);
H A Dt4_ddp.c427 SOCKBUF_UNLOCK_ASSERT(sb);
/freebsd-10-stable/sys/netinet/
H A Dtcp_output.c1091 SOCKBUF_UNLOCK_ASSERT(&so->so_snd);
1540 SOCKBUF_UNLOCK_ASSERT(&so->so_snd); /* Check gotos. */
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c1202 SOCKBUF_UNLOCK_ASSERT(so_rcv);

Completed in 167 milliseconds