Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/aac/
H A Daac.c329 &sc->aifthread, 0, 0, "aac%daif", unit)) in aac_attach()
679 wakeup(sc->aifthread); in aac_detach()
940 wakeup(sc->aifthread); in aac_filter()
1034 retval = msleep(sc->aifthread, &sc->aac_io_lock, PRIBIO, in aac_command_thread()
1392 wakeup(sc->aifthread); in aac_alloc_command()
H A Daacvar.h391 struct proc *aifthread; member
/freebsd-12.1/sys/dev/aacraid/
H A Daacraid_var.h437 struct proc *aifthread; member
H A Daacraid.c314 &sc->aifthread, 0, 0, "aacraid%daif", unit)) in aacraid_attach()
787 wakeup(sc->aifthread); in aacraid_detach()
1043 retval = msleep(sc->aifthread, &sc->aac_io_lock, PRIBIO, in aac_command_thread()
1120 wakeup(sc->aifthread); in aacraid_alloc_command()