Searched refs:dma_alloc_count (Results 1 – 2 of 2) sorted by relevance
5601 int dma_alloc_count = 0; in _base_release_memory_pools() local5645 dma_alloc_count = DIV_ROUND_UP(count, in _base_release_memory_pools()5649 && dma_alloc_count) { in _base_release_memory_pools()5661 --dma_alloc_count; in _base_release_memory_pools()6016 u32 dma_alloc_count = 0; in base_alloc_rdpq_dma_pool() local6034 dma_alloc_count = DIV_ROUND_UP(count, in base_alloc_rdpq_dma_pool()6042 if ((i % RDPQ_MAX_INDEX_IN_ONE_CHUNK == 0) && dma_alloc_count) { in base_alloc_rdpq_dma_pool()6068 dma_alloc_count--; in base_alloc_rdpq_dma_pool()
794 u8 dma_alloc_count, abs_index; in megasas_alloc_rdpq_fusion() local839 dma_alloc_count = DIV_ROUND_UP(msix_count, RDPQ_MAX_INDEX_IN_ONE_CHUNK); in megasas_alloc_rdpq_fusion()841 for (i = 0; i < dma_alloc_count; i++) { in megasas_alloc_rdpq_fusion()888 for (k = 0; k < dma_alloc_count; k++) { in megasas_alloc_rdpq_fusion()