Home
last modified time | relevance | path

Searched refs:slots_allocated (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/platform_data/
H A Ddma-iop32x.h62 int slots_allocated; member
/linux/drivers/dma/ppc4xx/
H A Dadma.h98 int slots_allocated; member
/linux/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()
660 __func__, mv_chan->slots_allocated); in mv_xor_free_chan_resources()
H A Dmv_xor.h120 int slots_allocated; member