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

/freebsd-current/sys/sys/
H A Dunpcb.h119 #define UNP_WAITING 0x040 /* Peer state is changing. */ macro
/freebsd-current/sys/kern/
H A Duipc_usrreq.c404 if (--unp->unp_pairbusy == 0 && (unp->unp_flags & UNP_WAITING) != 0) {
405 unp->unp_flags &= ~UNP_WAITING;
1914 unp->unp_flags |= UNP_WAITING;

Completed in 55 milliseconds