Home
last modified time | relevance | path

Searched refs:slots_allocated (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/linux/platform_data/
H A Ddma-iop32x.h50 * @slots_allocated: records the actual size of the descriptor slot pool
62 int slots_allocated; member
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Ddma-iop32x.h50 * @slots_allocated: records the actual size of the descriptor slot pool
62 int slots_allocated; member
/kernel/linux/linux-5.10/drivers/dma/ppc4xx/
H A Dadma.h84 * @slots_allocated: records the actual size of the descriptor slot pool
101 int slots_allocated; member
H A Dadma.c1775 init = ppc440spe_chan->slots_allocated ? 0 : 1; in ppc440spe_adma_alloc_chan_resources()
1779 i = ppc440spe_chan->slots_allocated; in ppc440spe_adma_alloc_chan_resources()
1805 ppc440spe_chan->slots_allocated++; in ppc440spe_adma_alloc_chan_resources()
3554 ppc440spe_chan->slots_allocated--; in ppc440spe_adma_free_chan_resources()
3559 "ppc440spe adma%d %s slots_allocated %d\n", in ppc440spe_adma_free_chan_resources()
3561 __func__, ppc440spe_chan->slots_allocated); in ppc440spe_adma_free_chan_resources()
/kernel/linux/linux-6.6/drivers/dma/ppc4xx/
H A Dadma.h81 * @slots_allocated: records the actual size of the descriptor slot pool
98 int slots_allocated; member
H A Dadma.c1773 init = ppc440spe_chan->slots_allocated ? 0 : 1; in ppc440spe_adma_alloc_chan_resources()
1777 i = ppc440spe_chan->slots_allocated; in ppc440spe_adma_alloc_chan_resources()
1803 ppc440spe_chan->slots_allocated++; in ppc440spe_adma_alloc_chan_resources()
3551 ppc440spe_chan->slots_allocated--; in ppc440spe_adma_free_chan_resources()
3556 "ppc440spe adma%d %s slots_allocated %d\n", in ppc440spe_adma_free_chan_resources()
3558 __func__, ppc440spe_chan->slots_allocated); in ppc440spe_adma_free_chan_resources()
/kernel/linux/linux-5.10/drivers/dma/
H A Dmv_xor.c444 idx = mv_chan->slots_allocated; in mv_xor_alloc_chan_resources()
465 mv_chan->slots_allocated = idx; in mv_xor_alloc_chan_resources()
472 mv_chan->slots_allocated); in mv_xor_alloc_chan_resources()
474 return mv_chan->slots_allocated ? : -ENOMEM; in mv_xor_alloc_chan_resources()
656 mv_chan->slots_allocated--; in mv_xor_free_chan_resources()
659 dev_dbg(mv_chan_to_devp(mv_chan), "%s slots_allocated %d\n", in mv_xor_free_chan_resources()
660 __func__, mv_chan->slots_allocated); in mv_xor_free_chan_resources()
H A Dmv_xor.h100 * @slots_allocated: records the actual size of the descriptor slot pool
120 int slots_allocated; member
H A Diop-adma.c424 int init = iop_chan->slots_allocated ? 0 : 1; in iop_adma_alloc_chan_resources()
431 idx = iop_chan->slots_allocated; in iop_adma_alloc_chan_resources()
454 iop_chan->slots_allocated++; in iop_adma_alloc_chan_resources()
457 } while (iop_chan->slots_allocated < num_descs_in_pool); in iop_adma_alloc_chan_resources()
466 iop_chan->slots_allocated, iop_chan->last_used); in iop_adma_alloc_chan_resources()
732 iop_chan->slots_allocated--; in iop_adma_free_chan_resources()
736 dev_dbg(iop_chan->device->common.dev, "%s slots_allocated %d\n", in iop_adma_free_chan_resources()
737 __func__, iop_chan->slots_allocated); in iop_adma_free_chan_resources()
/kernel/linux/linux-6.6/drivers/dma/
H A Dmv_xor.c444 idx = mv_chan->slots_allocated; in mv_xor_alloc_chan_resources()
465 mv_chan->slots_allocated = idx; in mv_xor_alloc_chan_resources()
472 mv_chan->slots_allocated); in mv_xor_alloc_chan_resources()
474 return mv_chan->slots_allocated ? : -ENOMEM; in mv_xor_alloc_chan_resources()
656 mv_chan->slots_allocated--; in mv_xor_free_chan_resources()
659 dev_dbg(mv_chan_to_devp(mv_chan), "%s slots_allocated %d\n", in mv_xor_free_chan_resources()
660 __func__, mv_chan->slots_allocated); in mv_xor_free_chan_resources()
H A Dmv_xor.h100 * @slots_allocated: records the actual size of the descriptor slot pool
120 int slots_allocated; member

Completed in 18 milliseconds