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

/freebsd-current/sys/sys/
H A Dunpcb.h85 u_int unp_pairbusy; /* (p) threads acquiring peer locks */ member in struct:unpcb
/freebsd-current/sys/kern/
H A Duipc_usrreq.c396 unp->unp_pairbusy++;
404 if (--unp->unp_pairbusy == 0 && (unp->unp_flags & UNP_WAITING) != 0) {
1913 if (unp->unp_pairbusy > 0) {

Completed in 61 milliseconds