Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dvfs_aio.c239 #define AIOP_FREE 0x1 /* proc on free queue */ macro
1104 if (aiop->aioprocflags & AIOP_FREE) { in aio_daemon()
1106 aiop->aioprocflags &= ~AIOP_FREE; in aio_daemon()
1140 aiop->aioprocflags |= AIOP_FREE; in aio_daemon()
1148 (aiop->aioprocflags & AIOP_FREE) && in aio_daemon()
1857 aiop->aioprocflags &= ~AIOP_FREE; in aio_kick_nowait()
1876 aiop->aioprocflags &= ~AIOP_FREE; in aio_kick()