Home
last modified time | relevance | path

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

/freebsd/sys/dev/ae/
H A Dif_aevar.h121 struct task int_task; member
H A Dif_ae.c254 TASK_INIT(&sc->int_task, 0, ae_int_task, sc); in ae_attach()
767 taskqueue_drain(sc->tq, &sc->int_task); in ae_detach()
772 taskqueue_drain(sc->tq, &sc->int_task); in ae_detach()
1743 taskqueue_enqueue(sc->tq, &sc->int_task); in ae_intr()