msleep
#define FLASH_DELAY(_sc, x) msleep(ifp, &(_sc)->an_mtx, PZERO, \
msleep(sc, &sc->sc_pcu_mtx, 0, "ath_txrx_stop",
error = msleep(sc, &sc->sc_mtx, 0, "ipwcmd", hz);
error = msleep(sc, &sc->sc_mtx, PCATCH, __func__, ms);
if ((error = msleep(sc, &sc->sc_mtx, 0, "ipwinit", hz)) != 0) {
return msleep(sc, &sc->sc_mtx, 0, "iwicmd", hz);
if ((error = msleep(sc, &sc->sc_mtx, 0, "iwiinit", hz)) != 0) {
return async ? 0 : msleep(desc, &sc->sc_mtx, PCATCH, "iwncmd", hz);
error = msleep(sc, &sc->sc_mtx, PCATCH, "iwncal", 2 * hz);
if ((error = msleep(sc, &sc->sc_mtx, PCATCH, "iwninit", hz)) != 0) {
return msleep(sc, &sc->sc_mtx, PCATCH, "iwninit", 5 * hz);
if ((error = msleep(sc, &sc->sc_mtx, PCATCH, "iwninit", hz)) != 0) {
msleep(sc, &sc->sc_mtx, 0, "ralrunning", hz/10);
msleep(sc, &sc->sc_mtx, 0, "ralrunning", hz/10);
ret = msleep(&sc->fwloading, &sc->sc_mtx, 0, "fwload", 3 * hz);
return (msleep(p, m, pri, wm, t));
int msleep(void *, struct mtx *, int, const char *, int);
msleep(chan, mtx, PZERO, wmesg, timo)
#define mtx_sleep msleep
msleep(identifier, &Giant, priority, wmesg, timeout)