Lines Matching refs:aiosp
148 struct aiosp;
151 struct aiosp *aiosp; /* Servicing pool of this thread */
171 struct aiosp {
198 struct aiosp aiosp; /* Per-process service pool */
210 int aiosp_initialize(struct aiosp *);
211 int aiosp_destroy(struct aiosp *, int *);
212 int aiosp_distribute_jobs(struct aiosp *);
213 int aiosp_enqueue_job(struct aiosp *, struct aio_job *);
214 int aiosp_suspend(struct aiosp *, struct aiocb **, int, struct timespec *,
216 int aiosp_flush(struct aiosp *);
217 int aiosp_validate_conflicts(struct aiosp *, const void *);
218 int aiosp_error(struct aiosp *, const void *, register_t *);
219 int aiosp_return(struct aiosp *, const void *, register_t *);