Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/ioat/
Ddma.c628 bool seen_current = false; in __cleanup() local
646 for (i = 0; i < active && !seen_current; i++) { in __cleanup()
669 seen_current = true; in __cleanup()
688 BUG_ON(active && !seen_current); in __cleanup()
/linux-4.4.14/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.c120 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; in __iop_adma_slot_cleanup() local
140 if (seen_current) in __iop_adma_slot_cleanup()
148 BUG_ON(seen_current++); in __iop_adma_slot_cleanup()
/linux-4.4.14/drivers/dma/ppc4xx/
Dadma.c1556 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; in __ppc440spe_adma_slot_cleanup() local
1586 if (seen_current) in __ppc440spe_adma_slot_cleanup()
1594 BUG_ON(seen_current++); in __ppc440spe_adma_slot_cleanup()
1666 BUG_ON(!seen_current); in __ppc440spe_adma_slot_cleanup()