Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dvfs_aio.c267 struct thread *aiothread; /* (*) the AIO thread */ member
1088 aiop->aiothread = td; in aio_daemon()
1228 if (msleep(aiop->aiothread, &aio_job_mtx, PRIBIO, "aiordy", in aio_daemon()
1861 wakeup(aiop->aiothread); in aio_kick_nowait()
1881 wakeup(aiop->aiothread); in aio_kick()