Searched defs:aiosp (Results 1 - 2 of 2) sorted by relevance
| /src/sys/sys/ |
| H A D | aio.h | 151 struct aiosp *aiosp; /* Servicing pool of this thread */ member in struct:aiost 171 struct aiosp { struct 198 struct aiosp aiosp; /* Per-process service pool */ member in struct:aioproc [all...] |
| /src/sys/kern/ |
| H A D | sys_aio.c | 399 aio_job_cancel(struct aiosp * aiosp,struct aio_job * job) argument 530 aiosp_suspend(struct aiosp * aiosp,struct aiocb ** aiocbp_list,int nent,struct timespec * ts,int flags) argument 607 struct aiosp *aiosp = &aio->aiosp; local in function:aio_suspend1 700 aiosp_enqueue_job(struct aiosp * aiosp,struct aio_job * job) argument 1133 aiosp_validate_conflicts(struct aiosp * aiosp,const void * uptr) argument 1169 aiosp_error(struct aiosp * aiosp,const void * uptr,register_t * retval) argument 1194 aiosp_return(struct aiosp * aiosp,const void * uptr,register_t * retval) argument 1256 aiocbp_lookup_job(struct aiosp * aiosp,const void * uptr,struct aio_job ** jobp) argument 1289 aiocbp_remove_job(struct aiosp * aiosp,const void * uptr,struct aio_job ** jobp,struct aiocbp ** handlep) argument 1329 aiocbp_insert(struct aiosp * aiosp,struct aiocbp * aiocbp) argument 1357 aiocbp_init(struct aiosp * aiosp,u_int hashsize) argument 1382 aiocbp_destroy(struct aiosp * aiosp) argument 1740 struct aiosp *aiosp; local in function:sys_aio_cancel [all...] |
Completed in 7 milliseconds