Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_bridge.c273 wakeup(&(_sc)->sc_cv); \
281 msleep(&(_sc)->sc_cv, &(_sc)->sc_mtx, PZERO, \
522 void *sc_cv; member
1144 wakeup(&sc->sc_cv); in bridge_unref()
1162 msleep(&sc->sc_cv, &sc->sc_mtx, PZERO, "BRIDGE_XLOCK", NULL); in bridge_xlock()