Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dzbud.c234 #define for_each_unbuddied_list(_iter, _begin) \ argument
235 for ((_iter) = (_begin); (_iter) < NCHUNKS; (_iter)++)
Dz3fold.c161 #define for_each_unbuddied_list(_iter, _begin) \ argument
162 for ((_iter) = (_begin); (_iter) < NCHUNKS; (_iter)++)
/Linux-v4.19/drivers/dma/
Diop-adma.c115 struct iop_adma_desc_slot *iter, *_iter, *grp_start = NULL; in __iop_adma_slot_cleanup() local
125 list_for_each_entry_safe(iter, _iter, &iop_chan->chain, in __iop_adma_slot_cleanup()
132 prefetch(_iter); in __iop_adma_slot_cleanup()
133 prefetch(&_iter->async_tx); in __iop_adma_slot_cleanup()
268 struct iop_adma_desc_slot *iter, *_iter, *alloc_start = NULL; in iop_adma_alloc_slots() local
286 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_alloc_slots()
287 prefetch(_iter); in iop_adma_alloc_slots()
288 prefetch(&_iter->async_tx); in iop_adma_alloc_slots()
728 struct iop_adma_desc_slot *iter, *_iter; in iop_adma_free_chan_resources() local
734 list_for_each_entry_safe(iter, _iter, &iop_chan->chain, in iop_adma_free_chan_resources()
[all …]
Dmv_xor.c225 struct mv_xor_desc_slot *iter, *_iter; in mv_chan_clean_completed_slots() local
228 list_for_each_entry_safe(iter, _iter, &mv_chan->completed_slots, in mv_chan_clean_completed_slots()
273 struct mv_xor_desc_slot *iter, *_iter; in mv_chan_slot_cleanup() local
288 list_for_each_entry_safe(iter, _iter, &mv_chan->chain, in mv_chan_slot_cleanup()
638 struct mv_xor_desc_slot *iter, *_iter; in mv_xor_free_chan_resources() local
645 list_for_each_entry_safe(iter, _iter, &mv_chan->chain, in mv_xor_free_chan_resources()
650 list_for_each_entry_safe(iter, _iter, &mv_chan->completed_slots, in mv_xor_free_chan_resources()
655 list_for_each_entry_safe(iter, _iter, &mv_chan->allocated_slots, in mv_xor_free_chan_resources()
661 iter, _iter, &mv_chan->free_slots, node) { in mv_xor_free_chan_resources()
/Linux-v4.19/include/linux/
Dblkdev.h936 #define rq_for_each_segment(bvl, _rq, _iter) \ argument
937 __rq_for_each_bio(_iter.bio, _rq) \
938 bio_for_each_segment(bvl, _iter.bio, _iter.iter)
940 #define rq_iter_last(bvec, _iter) \ argument
941 (_iter.bio->bi_next == NULL && \
942 bio_iter_last(bvec, _iter.iter))
Dbio.h788 #define bio_for_each_integrity_vec(_bvl, _bio, _iter) \ argument
790 bip_for_each_vec(_bvl, _bio->bi_integrity, _iter)
/Linux-v4.19/drivers/dma/ppc4xx/
Dadma.c1549 struct ppc440spe_adma_desc_slot *iter, *_iter, *group_start = NULL; in __ppc440spe_adma_slot_cleanup() local
1568 list_for_each_entry_safe(iter, _iter, &chan->chain, in __ppc440spe_adma_slot_cleanup()
1576 prefetch(_iter); in __ppc440spe_adma_slot_cleanup()
1577 prefetch(&_iter->async_tx); in __ppc440spe_adma_slot_cleanup()
1701 struct ppc440spe_adma_desc_slot *iter = NULL, *_iter; in ppc440spe_adma_alloc_slots() local
1720 list_for_each_entry_safe_continue(iter, _iter, &chan->all_slots, in ppc440spe_adma_alloc_slots()
1722 prefetch(_iter); in ppc440spe_adma_alloc_slots()
1723 prefetch(&_iter->async_tx); in ppc440spe_adma_alloc_slots()
3550 struct ppc440spe_adma_desc_slot *iter, *_iter; in ppc440spe_adma_free_chan_resources() local
3557 list_for_each_entry_safe(iter, _iter, &ppc440spe_chan->chain, in ppc440spe_adma_free_chan_resources()
[all …]