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;
804 list_splice_init(&chan->desc.active, &descs);
1075 list_splice_init(&rchan->desc.active, &list);
1333 list_for_each_entry(desc, &chan->desc.active, node) {
1433 /* Append the pending list to the active list. */
1434 list_splice_tail_init(&rchan->desc.pending, &rchan->desc.active);
1437 * If no transfer is running pick the first descriptor from the active
1443 desc = list_first_entry(&rchan->desc.active,
1536 if (!list_empty(&chan->desc.active))
1537 chan->desc.running = list_first_entry(&chan->desc.active,
1754 INIT_LIST_HEAD(&rchan->desc.active);