Lines Matching defs:wait
154 * @desc.wait: list of descriptors waiting for an ack
177 struct list_head wait;
558 * We have to temporarily move all descriptors from the wait list to a
559 * local list as iterating over the wait list, even with
564 list_splice_init(&chan->desc.wait, &list);
577 /* Put the remaining descriptors back in the wait list. */
579 list_splice(&list, &chan->desc.wait);
806 list_splice_init(&chan->desc.wait, &descs);
1077 list_splice_init(&rchan->desc.wait, &list);
1622 * move them to the ack wait list.
1642 list_add_tail(&desc->node, &chan->desc.wait);
1756 INIT_LIST_HEAD(&rchan->desc.wait);