Lines Matching refs:_iter
116 struct iop_adma_desc_slot *iter, *_iter, *grp_start = NULL; in __iop_adma_slot_cleanup() local
126 list_for_each_entry_safe(iter, _iter, &iop_chan->chain, in __iop_adma_slot_cleanup()
133 prefetch(_iter); in __iop_adma_slot_cleanup()
134 prefetch(&_iter->async_tx); in __iop_adma_slot_cleanup()
269 struct iop_adma_desc_slot *iter, *_iter, *alloc_start = NULL; in iop_adma_alloc_slots() local
287 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_alloc_slots()
288 prefetch(_iter); in iop_adma_alloc_slots()
289 prefetch(&_iter->async_tx); in iop_adma_alloc_slots()
729 struct iop_adma_desc_slot *iter, *_iter; in iop_adma_free_chan_resources() local
735 list_for_each_entry_safe(iter, _iter, &iop_chan->chain, in iop_adma_free_chan_resources()
741 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_free_chan_resources()