Lines Matching defs:ld_queue
79 struct list_head ld_queue;
453 list_splice_tail_init(&channel->ld_queue, &channel->ld_free);
493 list_move_tail(channel->ld_free.next, &channel->ld_queue);
529 list_move_tail(channel->ld_free.next, &channel->ld_queue);
542 list_splice_tail_init(&channel->ld_queue, &channel->ld_free);
559 if (!list_empty(&channel->ld_queue)) {
560 desc = list_first_entry(&channel->ld_queue,
568 list_move_tail(channel->ld_queue.next,
703 if (!list_empty(&channel->ld_queue)) {
704 desc = list_first_entry(&channel->ld_queue, struct rz_dmac_desc,
708 list_move_tail(channel->ld_queue.next, &channel->ld_active);
816 INIT_LIST_HEAD(&channel->ld_queue);