Home
last modified time | relevance | path

Searched refs:_iter (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/dma/
Dmv_xor.c235 struct mv_xor_desc_slot *iter, *_iter; in mv_xor_clean_completed_slots() local
238 list_for_each_entry_safe(iter, _iter, &mv_chan->completed_slots, in mv_xor_clean_completed_slots()
272 struct mv_xor_desc_slot *iter, *_iter; in mv_xor_slot_cleanup() local
287 list_for_each_entry_safe(iter, _iter, &mv_chan->chain, in mv_xor_slot_cleanup()
358 struct mv_xor_desc_slot *iter, *_iter; in mv_xor_alloc_slot() local
374 iter, _iter, &mv_chan->all_slots, slot_node) { in mv_xor_alloc_slot()
376 prefetch(_iter); in mv_xor_alloc_slot()
377 prefetch(&_iter->async_tx); in mv_xor_alloc_slot()
574 struct mv_xor_desc_slot *iter, *_iter; in mv_xor_free_chan_resources() local
581 list_for_each_entry_safe(iter, _iter, &mv_chan->chain, in mv_xor_free_chan_resources()
[all …]
Diop-adma.c116 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()
[all …]
/linux-4.1.27/mm/
Dzbud.c219 #define for_each_unbuddied_list(_iter, _begin) \ argument
220 for ((_iter) = (_begin); (_iter) < NCHUNKS; (_iter)++)
/linux-4.1.27/include/linux/
Dblkdev.h773 #define rq_for_each_segment(bvl, _rq, _iter) \ argument
774 __rq_for_each_bio(_iter.bio, _rq) \
775 bio_for_each_segment(bvl, _iter.bio, _iter.iter)
777 #define rq_iter_last(bvec, _iter) \ argument
778 (_iter.bio->bi_next == NULL && \
779 bio_iter_last(bvec, _iter.iter))
Dbio.h695 #define bio_for_each_integrity_vec(_bvl, _bio, _iter) \ argument
697 bip_for_each_vec(_bvl, _bio->bi_integrity, _iter)
/linux-4.1.27/drivers/dma/ppc4xx/
Dadma.c1552 struct ppc440spe_adma_desc_slot *iter, *_iter, *group_start = NULL; in __ppc440spe_adma_slot_cleanup() local
1571 list_for_each_entry_safe(iter, _iter, &chan->chain, in __ppc440spe_adma_slot_cleanup()
1579 prefetch(_iter); in __ppc440spe_adma_slot_cleanup()
1580 prefetch(&_iter->async_tx); in __ppc440spe_adma_slot_cleanup()
1704 struct ppc440spe_adma_desc_slot *iter = NULL, *_iter; in ppc440spe_adma_alloc_slots() local
1723 list_for_each_entry_safe_continue(iter, _iter, &chan->all_slots, in ppc440spe_adma_alloc_slots()
1725 prefetch(_iter); in ppc440spe_adma_alloc_slots()
1726 prefetch(&_iter->async_tx); in ppc440spe_adma_alloc_slots()
3553 struct ppc440spe_adma_desc_slot *iter, *_iter; in ppc440spe_adma_free_chan_resources() local
3560 list_for_each_entry_safe(iter, _iter, &ppc440spe_chan->chain, in ppc440spe_adma_free_chan_resources()
[all …]