Home
last modified time | relevance | path

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

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