Lines Matching refs:doneq
5414 struct list_head *doneq)
5446 list_move_tail(&ipr_cmd->queue, doneq);
5468 LIST_HEAD(doneq);
5473 completed_ops = ipr_process_hrrq(hrrq, budget, &doneq);
5479 list_for_each_entry_safe(ipr_cmd, temp, &doneq, queue) {
5506 LIST_HEAD(doneq);
5516 if (ipr_process_hrrq(hrrq, -1, &doneq)) {
5548 list_for_each_entry_safe(ipr_cmd, temp, &doneq, queue) {
5571 LIST_HEAD(doneq);
5592 if (ipr_process_hrrq(hrrq, -1, &doneq))
5598 list_for_each_entry_safe(ipr_cmd, temp, &doneq, queue) {