Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dif_bridge.c296 wakeup(&(_sc)->sc_cv); \
304 msleep(&(_sc)->sc_cv, &(_sc)->sc_mtx, PZERO, \
565 void *sc_cv; member
1304 wakeup(&sc->sc_cv); in bridge_unref()
1322 msleep(&sc->sc_cv, &sc->sc_mtx, PZERO, "BRIDGE_XLOCK", NULL); in bridge_xlock()