Searched refs:sowakeup (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dsocketvar.h247 * avoid a non-atomic test-and-wakeup. However, sowakeup is
249 * if we don't call into sowakeup. If any code is introduced that
250 * directly invokes the underlying sowakeup() primitives, it must
256 sowakeup((so), &(so)->so_rcv); \
269 sowakeup((so), &(so)->so_snd); \
377 void sowakeup(struct socket *so, struct sockbuf *sb);
/freebsd-10-stable/sys/kern/
H A Duipc_sockbuf.c176 sowakeup(struct socket *so, struct sockbuf *sb) function

Completed in 65 milliseconds