Home
last modified time | relevance | path

Searched refs:num_descs_in_pool (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/dma/
Diop-adma.c437 int num_descs_in_pool = plat_data->pool_size/IOP_ADMA_SLOT_SIZE; in iop_adma_alloc_chan_resources() local
442 if (idx == num_descs_in_pool) in iop_adma_alloc_chan_resources()
468 } while (iop_chan->slots_allocated < num_descs_in_pool); in iop_adma_alloc_chan_resources()
Dmv_xor.c449 int num_descs_in_pool = MV_XOR_POOL_SIZE/MV_XOR_SLOT_SIZE; in mv_xor_alloc_chan_resources() local
453 while (idx < num_descs_in_pool) { in mv_xor_alloc_chan_resources()