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

/linux-4.1.27/drivers/dma/
H A Diop-adma.c425 * avoid deadlock, via async_xor, num_descs_in_pool must at a minimum be
438 int num_descs_in_pool = plat_data->pool_size/IOP_ADMA_SLOT_SIZE; iop_adma_alloc_chan_resources() local
443 if (idx == num_descs_in_pool) iop_adma_alloc_chan_resources()
469 } while (iop_chan->slots_allocated < num_descs_in_pool); iop_adma_alloc_chan_resources()
H A Dmv_xor.c469 int num_descs_in_pool = MV_XOR_POOL_SIZE/MV_XOR_SLOT_SIZE; mv_xor_alloc_chan_resources() local
473 while (idx < num_descs_in_pool) { mv_xor_alloc_chan_resources()

Completed in 159 milliseconds