Searched refs:slots_allocated (Results 1 – 6 of 6) sorted by relevance
62 int slots_allocated; member
98 int slots_allocated; member
1773 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()3558 __func__, ppc440spe_chan->slots_allocated); in ppc440spe_adma_free_chan_resources()
424 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()737 __func__, iop_chan->slots_allocated); in iop_adma_free_chan_resources()
444 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()660 __func__, mv_chan->slots_allocated); in mv_xor_free_chan_resources()
120 int slots_allocated; member