Home
last modified time | relevance | path

Searched refs:seen_current (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/dma/ioat/
Ddma.c595 bool seen_current = false; in __cleanup() local
613 for (i = 0; i < active && !seen_current; i++) { in __cleanup()
634 seen_current = true; in __cleanup()
653 BUG_ON(active && !seen_current); in __cleanup()
/linux-6.1.9/drivers/dma/
Dfsldma.c640 int seen_current = 0; in fsldma_cleanup_descriptors() local
651 if (seen_current) in fsldma_cleanup_descriptors()
659 seen_current = 1; in fsldma_cleanup_descriptors()
Diop-adma.c110 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; in __iop_adma_slot_cleanup() local
130 if (seen_current) in __iop_adma_slot_cleanup()
138 BUG_ON(seen_current++); in __iop_adma_slot_cleanup()
/linux-6.1.9/drivers/dma/ppc4xx/
Dadma.c1539 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; in __ppc440spe_adma_slot_cleanup() local
1569 if (seen_current) in __ppc440spe_adma_slot_cleanup()
1577 BUG_ON(seen_current++); in __ppc440spe_adma_slot_cleanup()
1649 BUG_ON(!seen_current); in __ppc440spe_adma_slot_cleanup()