Home
last modified time | relevance | path

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

/freebsd/sys/dev/aac/
H A Daac.c328 &sc->aifthread, 0, 0, "aac%daif", unit)) in aac_attach()
681 wakeup(sc->aifthread); in aac_detach()
936 wakeup(sc->aifthread); in aac_filter()
1029 retval = msleep(sc->aifthread, &sc->aac_io_lock, PRIBIO, in aac_command_thread()
1387 wakeup(sc->aifthread); in aac_alloc_command()
H A Daacvar.h389 struct proc *aifthread; member
/freebsd/sys/dev/aacraid/
H A Daacraid_var.h408 struct proc *aifthread; member
H A Daacraid.c306 &sc->aifthread, 0, 0, "aacraid%daif", unit)) in aacraid_attach()
761 wakeup(sc->aifthread); in aacraid_detach()
1027 retval = msleep(sc->aifthread, &sc->aac_io_lock, PRIBIO, in aac_command_thread()
1102 wakeup(sc->aifthread); in aacraid_alloc_command()