Searched defs:aioproc (Results 1 – 1 of 1) sorted by relevance
109 struct aioproc { struct110 kmutex_t aio_mtx; /* Protects the entire structure */111 kcondvar_t aio_worker_cv; /* Signals on a new job */112 kcondvar_t done_cv; /* Signals when the job is done */113 struct aio_job *curjob; /* Currently processing AIO job */114 unsigned int jobs_count; /* Count of the jobs */116 struct lwp *aio_worker; /* AIO worker thread */