Searched refs:slots_allocated (Results 1 – 3 of 3) sorted by relevance
620 idx = mv_chan->slots_allocated; in mv_xor_alloc_chan_resources()642 mv_chan->slots_allocated = idx; in mv_xor_alloc_chan_resources()647 if (mv_chan->slots_allocated && !mv_chan->last_used) in mv_xor_alloc_chan_resources()654 mv_chan->slots_allocated, mv_chan->last_used); in mv_xor_alloc_chan_resources()656 return mv_chan->slots_allocated ? : -ENOMEM; in mv_xor_alloc_chan_resources()798 mv_chan->slots_allocated--; in mv_xor_free_chan_resources()803 __func__, mv_chan->slots_allocated); in mv_xor_free_chan_resources()
477 int init = iop_chan->slots_allocated ? 0 : 1; in iop_adma_alloc_chan_resources()484 idx = iop_chan->slots_allocated; in iop_adma_alloc_chan_resources()508 iop_chan->slots_allocated++; in iop_adma_alloc_chan_resources()511 } while (iop_chan->slots_allocated < num_descs_in_pool); in iop_adma_alloc_chan_resources()520 iop_chan->slots_allocated, iop_chan->last_used); in iop_adma_alloc_chan_resources()718 iop_chan->slots_allocated--; in iop_adma_free_chan_resources()723 __func__, iop_chan->slots_allocated); in iop_adma_free_chan_resources()
107 int slots_allocated; member