Searched refs:unp_pairbusy (Results 1 – 3 of 3) sorted by relevance
88 u_int unp_pairbusy; /* (p) threads acquiring peer locks */ member
398 unp->unp_pairbusy++; in unp_pcb_lock_peer()406 if (--unp->unp_pairbusy == 0 && (unp->unp_flags & UNP_WAITING) != 0) { in unp_pcb_lock_peer()1548 if (unp->unp_pairbusy > 0) { in unp_connectat()