Lines Matching defs:done_q
218 struct list_head done_q;
1251 * return the number of runs in given queue (pending_q or done_q)
1546 list_add_tail(&run->list, &chan->done_q);
1559 while (!list_empty(&chan->done_q)) {
1560 run = list_entry(chan->done_q.next,
1580 * the bottom half thread clears out the done_q, calling the
1598 * the done_q is cleared out, signal any contexts
1726 list_add_tail(&run->list, &chan->done_q);
1801 list_add_tail(&run->list, &chan->done_q);
2320 /* move all remaining pending runs in this context to done_q */
2325 list_move_tail(&run->list, &chan->done_q);
2328 run_count = get_run_count(ctx, &chan->done_q);
2504 INIT_LIST_HEAD(&chan->done_q);