Searched refs:slots_allocated (Results 1 – 6 of 6) sorted by relevance
71 int slots_allocated; member
101 int slots_allocated; member
1787 init = ppc440spe_chan->slots_allocated ? 0 : 1; in ppc440spe_adma_alloc_chan_resources()1791 i = ppc440spe_chan->slots_allocated; in ppc440spe_adma_alloc_chan_resources()1817 ppc440spe_chan->slots_allocated++; in ppc440spe_adma_alloc_chan_resources()3566 ppc440spe_chan->slots_allocated--; in ppc440spe_adma_free_chan_resources()3573 __func__, ppc440spe_chan->slots_allocated); in ppc440spe_adma_free_chan_resources()
434 int init = iop_chan->slots_allocated ? 0 : 1; in iop_adma_alloc_chan_resources()441 idx = iop_chan->slots_allocated; in iop_adma_alloc_chan_resources()465 iop_chan->slots_allocated++; in iop_adma_alloc_chan_resources()468 } while (iop_chan->slots_allocated < num_descs_in_pool); in iop_adma_alloc_chan_resources()477 iop_chan->slots_allocated, iop_chan->last_used); in iop_adma_alloc_chan_resources()743 iop_chan->slots_allocated--; in iop_adma_free_chan_resources()748 __func__, iop_chan->slots_allocated); in iop_adma_free_chan_resources()
452 idx = mv_chan->slots_allocated; in mv_xor_alloc_chan_resources()473 mv_chan->slots_allocated = idx; in mv_xor_alloc_chan_resources()480 mv_chan->slots_allocated); in mv_xor_alloc_chan_resources()482 return mv_chan->slots_allocated ? : -ENOMEM; in mv_xor_alloc_chan_resources()664 mv_chan->slots_allocated--; in mv_xor_free_chan_resources()668 __func__, mv_chan->slots_allocated); in mv_xor_free_chan_resources()
128 int slots_allocated; member