Lines Matching defs:ddp_pcb
192 struct ddp_pcb { struct
193 struct mtx lock;
194 u_int flags;
195 int active_id; /* the currently active DDP buffer */
196 struct ddp_buffer db[2];
197 union {
202 u_int waiting_count; /* (a) */
203 u_int active_count;
204 u_int cached_count;
205 struct task requeue_task;
206 struct kaiocb *queueing; /* (a) */
207 struct mtx cache_lock; /* (r) */