Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_aio.c238 #define AIOP_FREE 0x1 /* proc on free queue */ macro
1106 if (aiop->aioprocflags & AIOP_FREE) { in aio_daemon()
1108 aiop->aioprocflags &= ~AIOP_FREE; in aio_daemon()
1142 aiop->aioprocflags |= AIOP_FREE; in aio_daemon()
1150 (aiop->aioprocflags & AIOP_FREE) && in aio_daemon()
1846 aiop->aioprocflags &= ~AIOP_FREE; in aio_kick_nowait()
1865 aiop->aioprocflags &= ~AIOP_FREE; in aio_kick()