Lines Matching refs:doneq
5733 struct list_head *doneq)
5765 list_move_tail(&ipr_cmd->queue, doneq);
5787 LIST_HEAD(doneq);
5792 completed_ops = ipr_process_hrrq(hrrq, budget, &doneq);
5798 list_for_each_entry_safe(ipr_cmd, temp, &doneq, queue) {
5825 LIST_HEAD(doneq);
5835 if (ipr_process_hrrq(hrrq, -1, &doneq)) {
5867 list_for_each_entry_safe(ipr_cmd, temp, &doneq, queue) {
5890 LIST_HEAD(doneq);
5911 if (ipr_process_hrrq(hrrq, -1, &doneq))
5917 list_for_each_entry_safe(ipr_cmd, temp, &doneq, queue) {