Searched refs:sc_sms_tq (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/asmc/
H A Dasmcvar.h50 struct taskqueue *sc_sms_tq; member in struct:asmc_softc
H A Dasmc.c515 sc->sc_sms_tq = NULL;
518 sc->sc_sms_tq = taskqueue_create_fast("asmc_taskq", M_WAITOK,
519 taskqueue_thread_enqueue, &sc->sc_sms_tq);
520 taskqueue_start_threads(&sc->sc_sms_tq, 1, PI_REALTIME, "%s sms taskq",
556 if (sc->sc_sms_tq)
557 taskqueue_free(sc->sc_sms_tq);
567 if (sc->sc_sms_tq) {
568 taskqueue_drain(sc->sc_sms_tq, &sc->sc_sms_task);
569 taskqueue_free(sc->sc_sms_tq);
1186 taskqueue_enqueue(sc->sc_sms_tq,
[all...]

Completed in 53 milliseconds