Home | History | Annotate | Download | only in kern

Lines Matching refs:unp_streamlock

292 	KASSERT(unp->unp_streamlock != NULL);
293 KASSERT(sotounpcb(so2)->unp_streamlock == NULL);
294 lock = unp->unp_streamlock;
295 unp->unp_streamlock = NULL;
328 KASSERT(unp->unp_streamlock == NULL);
329 unp->unp_streamlock = olock;
341 if (unp->unp_streamlock != NULL)
342 mutex_obj_free(unp->unp_streamlock);
850 * There is a race here: sotounpcb(so2)->unp_streamlock
857 * the socket locked. Grabbing sotounpcb(so2)->unp_streamlock
860 mutex_enter(sotounpcb(so2)->unp_streamlock);
871 /* so_lock now points to unp_streamlock */