Searched refs:_iter (Results 1 – 3 of 3) sorted by relevance
/drivers/dma/ |
D | iop-adma.c | 106 struct iop_adma_desc_slot *iter, *_iter, *grp_start = NULL; in __iop_adma_slot_cleanup() local 116 list_for_each_entry_safe(iter, _iter, &iop_chan->chain, in __iop_adma_slot_cleanup() 123 prefetch(_iter); in __iop_adma_slot_cleanup() 124 prefetch(&_iter->async_tx); in __iop_adma_slot_cleanup() 259 struct iop_adma_desc_slot *iter, *_iter, *alloc_start = NULL; in iop_adma_alloc_slots() local 277 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_alloc_slots() 278 prefetch(_iter); in iop_adma_alloc_slots() 279 prefetch(&_iter->async_tx); in iop_adma_alloc_slots() 717 struct iop_adma_desc_slot *iter, *_iter; in iop_adma_free_chan_resources() local 723 list_for_each_entry_safe(iter, _iter, &iop_chan->chain, in iop_adma_free_chan_resources() [all …]
|
D | mv_xor.c | 217 struct mv_xor_desc_slot *iter, *_iter; in mv_chan_clean_completed_slots() local 220 list_for_each_entry_safe(iter, _iter, &mv_chan->completed_slots, in mv_chan_clean_completed_slots() 265 struct mv_xor_desc_slot *iter, *_iter; in mv_chan_slot_cleanup() local 280 list_for_each_entry_safe(iter, _iter, &mv_chan->chain, in mv_chan_slot_cleanup() 630 struct mv_xor_desc_slot *iter, *_iter; in mv_xor_free_chan_resources() local 637 list_for_each_entry_safe(iter, _iter, &mv_chan->chain, in mv_xor_free_chan_resources() 642 list_for_each_entry_safe(iter, _iter, &mv_chan->completed_slots, in mv_xor_free_chan_resources() 647 list_for_each_entry_safe(iter, _iter, &mv_chan->allocated_slots, in mv_xor_free_chan_resources() 653 iter, _iter, &mv_chan->free_slots, node) { in mv_xor_free_chan_resources()
|
/drivers/dma/ppc4xx/ |
D | adma.c | 1537 struct ppc440spe_adma_desc_slot *iter, *_iter, *group_start = NULL; in __ppc440spe_adma_slot_cleanup() local 1556 list_for_each_entry_safe(iter, _iter, &chan->chain, in __ppc440spe_adma_slot_cleanup() 1564 prefetch(_iter); in __ppc440spe_adma_slot_cleanup() 1565 prefetch(&_iter->async_tx); in __ppc440spe_adma_slot_cleanup() 1689 struct ppc440spe_adma_desc_slot *iter = NULL, *_iter; in ppc440spe_adma_alloc_slots() local 1708 list_for_each_entry_safe_continue(iter, _iter, &chan->all_slots, in ppc440spe_adma_alloc_slots() 1710 prefetch(_iter); in ppc440spe_adma_alloc_slots() 1711 prefetch(&_iter->async_tx); in ppc440spe_adma_alloc_slots() 3538 struct ppc440spe_adma_desc_slot *iter, *_iter; in ppc440spe_adma_free_chan_resources() local 3545 list_for_each_entry_safe(iter, _iter, &ppc440spe_chan->chain, in ppc440spe_adma_free_chan_resources() [all …]
|