Lines Matching refs:_iter
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()
260 struct iop_adma_desc_slot *iter, *_iter, *alloc_start = NULL; in iop_adma_alloc_slots() local
278 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_alloc_slots()
279 prefetch(_iter); in iop_adma_alloc_slots()
280 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()
729 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_free_chan_resources()