/linux-4.4.14/mm/ |
D | zbud.c | 234 #define for_each_unbuddied_list(_iter, _begin) \ argument 235 for ((_iter) = (_begin); (_iter) < NCHUNKS; (_iter)++)
|
/linux-4.4.14/drivers/dma/ |
D | mv_xor.c | 258 struct mv_xor_desc_slot *iter, *_iter; in mv_chan_clean_completed_slots() local 261 list_for_each_entry_safe(iter, _iter, &mv_chan->completed_slots, in mv_chan_clean_completed_slots() 292 struct mv_xor_desc_slot *iter, *_iter; in mv_chan_slot_cleanup() local 307 list_for_each_entry_safe(iter, _iter, &mv_chan->chain, in mv_chan_slot_cleanup() 568 struct mv_xor_desc_slot *iter, *_iter; in mv_xor_free_chan_resources() local 575 list_for_each_entry_safe(iter, _iter, &mv_chan->chain, in mv_xor_free_chan_resources() 580 list_for_each_entry_safe(iter, _iter, &mv_chan->completed_slots, in mv_xor_free_chan_resources() 585 list_for_each_entry_safe(iter, _iter, &mv_chan->allocated_slots, in mv_xor_free_chan_resources() 591 iter, _iter, &mv_chan->free_slots, node) { in mv_xor_free_chan_resources()
|
D | iop-adma.c | 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() [all …]
|
/linux-4.4.14/include/linux/ |
D | blkdev.h | 745 #define rq_for_each_segment(bvl, _rq, _iter) \ argument 746 __rq_for_each_bio(_iter.bio, _rq) \ 747 bio_for_each_segment(bvl, _iter.bio, _iter.iter) 749 #define rq_iter_last(bvec, _iter) \ argument 750 (_iter.bio->bi_next == NULL && \ 751 bio_iter_last(bvec, _iter.iter))
|
D | bio.h | 753 #define bio_for_each_integrity_vec(_bvl, _bio, _iter) \ argument 755 bip_for_each_vec(_bvl, _bio->bi_integrity, _iter)
|
/linux-4.4.14/drivers/dma/ppc4xx/ |
D | adma.c | 1552 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 …]
|