Lines Matching refs:_iter
200 struct iop_adma_desc_slot *iter, *_iter, *grp_start = NULL; in __iop_adma_slot_cleanup() local
210 list_for_each_entry_safe(iter, _iter, &iop_chan->chain, in __iop_adma_slot_cleanup()
217 prefetch(_iter); in __iop_adma_slot_cleanup()
218 prefetch(&_iter->async_tx); in __iop_adma_slot_cleanup()
353 struct iop_adma_desc_slot *iter, *_iter, *alloc_start = NULL; in iop_adma_alloc_slots() local
371 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_alloc_slots()
372 prefetch(_iter); in iop_adma_alloc_slots()
373 prefetch(&_iter->async_tx); in iop_adma_alloc_slots()
857 struct iop_adma_desc_slot *iter, *_iter; in iop_adma_free_chan_resources() local
863 list_for_each_entry_safe(iter, _iter, &iop_chan->chain, in iop_adma_free_chan_resources()
869 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_free_chan_resources()