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

/netbsd-current/sys/sys/
H A Dunpcb.h79 kmutex_t *unp_streamlock; /* lock for est. stream connections */ member in struct:unpcb
/netbsd-current/sys/kern/
H A Duipc_usrreq.c289 KASSERT(unp->unp_streamlock != NULL);
290 KASSERT(sotounpcb(so2)->unp_streamlock == NULL);
291 lock = unp->unp_streamlock;
292 unp->unp_streamlock = NULL;
325 KASSERT(unp->unp_streamlock == NULL);
326 unp->unp_streamlock = olock;
338 if (unp->unp_streamlock != NULL)
339 mutex_obj_free(unp->unp_streamlock);
847 * There is a race here: sotounpcb(so2)->unp_streamlock
854 * the socket locked. Grabbing sotounpcb(so2)->unp_streamlock
[all...]

Completed in 129 milliseconds