Searched refs:cv_rcclose (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/hatm/
H A Dif_hatm_rx.c321 cv_timedwait(&sc->cv_rcclose, &sc->mtx, 1);
H A Dif_hatmvar.h451 struct cv cv_rcclose; /* condition variable */ member in struct:hatm_softc
H A Dif_hatm.c497 cv_destroy(&sc->cv_rcclose);
1681 cv_init(&sc->cv_rcclose, "RCClose");
2319 cv_broadcast(&sc->cv_rcclose);

Completed in 108 milliseconds