Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dif_bridge.c292 wakeup(&(_sc)->sc_cv); \
300 msleep(&(_sc)->sc_cv, &(_sc)->sc_mtx, PZERO, \
555 void *sc_cv; member
1272 wakeup(&sc->sc_cv); in bridge_unref()
1290 msleep(&sc->sc_cv, &sc->sc_mtx, PZERO, "BRIDGE_XLOCK", NULL); in bridge_xlock()