Searched defs:ddp_pcb (Results 1 – 1 of 1) sorted by relevance
192 struct ddp_pcb { struct193 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;[all …]