Searched refs:DMA_BUF_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
30 #define DMA_BUF_HASH_SIZE (1 << 20) macro32 static bool dma_buf_hash[DMA_BUF_HASH_SIZE];1238 index = index & (DMA_BUF_HASH_SIZE - 1); in get_dma_info()