Lines Matching refs:aioproc
234 struct aioproc { struct
236 TAILQ_ENTRY(aioproc) list; /* (c) list of processes */
237 struct proc *aioproc; /* (*) the AIO proc */ member
297 static TAILQ_HEAD(,aioproc) aio_freeproc; /* (c) Idle daemons */
696 aio_selectjob(struct aioproc *aiop) in aio_selectjob()
1070 struct aioproc *aiop; in aio_daemon()
1092 aiop->aioproc = p; in aio_daemon()
1838 struct aioproc *aiop; in aio_kick_nowait()
1844 wakeup(aiop->aioproc); in aio_kick_nowait()
1855 struct aioproc *aiop; in aio_kick()
1863 wakeup(aiop->aioproc); in aio_kick()