Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/aac/
Daac.c326 &sc->aifthread, 0, 0, "aac%daif", unit)) in aac_attach()
676 wakeup(sc->aifthread); in aac_detach()
937 wakeup(sc->aifthread); in aac_filter()
1031 retval = msleep(sc->aifthread, &sc->aac_io_lock, PRIBIO, in aac_command_thread()
1389 wakeup(sc->aifthread); in aac_alloc_command()
Daacvar.h389 struct proc *aifthread; member
/freebsd-9-stable/sys/dev/aacraid/
Daacraid_var.h435 struct proc *aifthread; member
Daacraid.c311 &sc->aifthread, 0, 0, "aacraid%daif", unit)) in aacraid_attach()
784 wakeup(sc->aifthread); in aacraid_detach()
1040 retval = msleep(sc->aifthread, &sc->aac_io_lock, PRIBIO, in aac_command_thread()
1117 wakeup(sc->aifthread); in aacraid_alloc_command()