Home
last modified time | relevance | path

Searched refs:unp_pairbusy (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dunpcb.h88 u_int unp_pairbusy; /* (p) threads acquiring peer locks */ member
/f-stack/tools/compat/include/sys/
H A Dunpcb.h88 u_int unp_pairbusy; /* (p) threads acquiring peer locks */ member
/f-stack/freebsd/kern/
H A Duipc_usrreq.c398 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()