slots_allocated   423 drivers/dma/iop-adma.c 	int init = iop_chan->slots_allocated ? 0 : 1;
slots_allocated   430 drivers/dma/iop-adma.c 		idx = iop_chan->slots_allocated;
slots_allocated   454 drivers/dma/iop-adma.c 		iop_chan->slots_allocated++;
slots_allocated   457 drivers/dma/iop-adma.c 	} while (iop_chan->slots_allocated < num_descs_in_pool);
slots_allocated   466 drivers/dma/iop-adma.c 		iop_chan->slots_allocated, iop_chan->last_used);
slots_allocated   732 drivers/dma/iop-adma.c 		iop_chan->slots_allocated--;
slots_allocated   737 drivers/dma/iop-adma.c 		__func__, iop_chan->slots_allocated);
slots_allocated   444 drivers/dma/mv_xor.c 	idx = mv_chan->slots_allocated;
slots_allocated   465 drivers/dma/mv_xor.c 		mv_chan->slots_allocated = idx;
slots_allocated   472 drivers/dma/mv_xor.c 		mv_chan->slots_allocated);
slots_allocated   474 drivers/dma/mv_xor.c 	return mv_chan->slots_allocated ? : -ENOMEM;
slots_allocated   656 drivers/dma/mv_xor.c 		mv_chan->slots_allocated--;
slots_allocated   660 drivers/dma/mv_xor.c 		__func__, mv_chan->slots_allocated);
slots_allocated   120 drivers/dma/mv_xor.h 	int			slots_allocated;
slots_allocated  1775 drivers/dma/ppc4xx/adma.c 	init = ppc440spe_chan->slots_allocated ? 0 : 1;
slots_allocated  1779 drivers/dma/ppc4xx/adma.c 	i = ppc440spe_chan->slots_allocated;
slots_allocated  1805 drivers/dma/ppc4xx/adma.c 		ppc440spe_chan->slots_allocated++;
slots_allocated  3554 drivers/dma/ppc4xx/adma.c 		ppc440spe_chan->slots_allocated--;
slots_allocated  3561 drivers/dma/ppc4xx/adma.c 		__func__, ppc440spe_chan->slots_allocated);
slots_allocated   101 drivers/dma/ppc4xx/adma.h 	int slots_allocated;
slots_allocated    62 include/linux/platform_data/dma-iop32x.h 	int slots_allocated;