Lines Matching defs:active
152 * @desc.active: list of active descriptors (activated with issue_pending)
155 * @desc.running: the descriptor being processed (a member of the active list)
175 struct list_head active;
835 list_splice_init(&chan->desc.active, &descs);
1102 list_splice_init(&rchan->desc.active, &list);
1360 list_for_each_entry(desc, &chan->desc.active, node) {
1460 /* Append the pending list to the active list. */
1461 list_splice_tail_init(&rchan->desc.pending, &rchan->desc.active);
1464 * If no transfer is running pick the first descriptor from the active
1470 desc = list_first_entry(&rchan->desc.active,
1563 if (!list_empty(&chan->desc.active))
1564 chan->desc.running = list_first_entry(&chan->desc.active,
1776 INIT_LIST_HEAD(&rchan->desc.active);