Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dvfs_aio.c233 #define AIOP_FREE 0x1 /* proc on free queue */ macro
1115 if (aiop->aioprocflags & AIOP_FREE) { in aio_daemon()
1117 aiop->aioprocflags &= ~AIOP_FREE; in aio_daemon()
1151 aiop->aioprocflags |= AIOP_FREE; in aio_daemon()
1159 (aiop->aioprocflags & AIOP_FREE) && in aio_daemon()
1854 aiop->aioprocflags &= ~AIOP_FREE; in aio_kick_nowait()
1873 aiop->aioprocflags &= ~AIOP_FREE; in aio_kick()