Lines Matching defs:done_q
221 struct list_head done_q;
1247 * return the number of runs in given queue (pending_q or done_q)
1542 list_add_tail(&run->list, &chan->done_q);
1555 while (!list_empty(&chan->done_q)) {
1556 run = list_entry(chan->done_q.next,
1576 * the bottom half thread clears out the done_q, calling the
1594 * the done_q is cleared out, signal any contexts
1722 list_add_tail(&run->list, &chan->done_q);
1797 list_add_tail(&run->list, &chan->done_q);
2316 /* move all remaining pending runs in this context to done_q */
2321 list_move_tail(&run->list, &chan->done_q);
2324 run_count = get_run_count(ctx, &chan->done_q);
2500 INIT_LIST_HEAD(&chan->done_q);