Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/ioat/
Ddma.c579 bool seen_current = false; in __cleanup() local
597 for (i = 0; i < active && !seen_current; i++) { in __cleanup()
618 seen_current = true; in __cleanup()
637 BUG_ON(active && !seen_current); in __cleanup()
/Linux-v4.19/drivers/dma/
Dfsldma.c645 int seen_current = 0; in fsldma_cleanup_descriptors() local
656 if (seen_current) in fsldma_cleanup_descriptors()
664 seen_current = 1; in fsldma_cleanup_descriptors()
Diop-adma.c119 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; in __iop_adma_slot_cleanup() local
139 if (seen_current) in __iop_adma_slot_cleanup()
147 BUG_ON(seen_current++); in __iop_adma_slot_cleanup()
/Linux-v4.19/drivers/dma/ppc4xx/
Dadma.c1553 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; in __ppc440spe_adma_slot_cleanup() local
1583 if (seen_current) in __ppc440spe_adma_slot_cleanup()
1591 BUG_ON(seen_current++); in __ppc440spe_adma_slot_cleanup()
1663 BUG_ON(!seen_current); in __ppc440spe_adma_slot_cleanup()