HomeSort by: relevance | last modified time | path
    Searched refs:unp_streamlock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
unpcb.h 79 kmutex_t *unp_streamlock; /* lock for est. stream connections */ member in struct:unpcb
  /src/sys/kern/
uipc_usrreq.c 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
    [all...]

Completed in 12 milliseconds