Lines Matching defs:job
65 int _state; /* State of the job */
90 /* Job states */
98 kcondvar_t done_cv; /* Signaled when job completes */
113 /* Structure of AIO job */
120 void *aiocb_uptr; /* User pointer for job identification */
122 bool completed; /* Job completion status */
123 bool on_queue; /* Whether or not this job is on sp->jobs */
124 struct file *fp; /* File pointer associated with the job */
125 struct aiowaitgrouplk lk; /* List of waitgroups waiting on this job */
158 struct aio_job *job; /* Singleton job */
164 struct aio_job *job;