Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
H A Ddmaengine.c252 * struct dma_chan_tbl_ent - tracks channel allocations per core/operation
255 struct dma_chan_tbl_ent { struct
260 static struct dma_chan_tbl_ent __percpu *channel_table[DMA_TX_TYPE_END];
278 channel_table[cap] = alloc_percpu(struct dma_chan_tbl_ent); in dma_channel_table_init()
/kernel/linux/linux-6.6/drivers/dma/
H A Ddmaengine.c252 * struct dma_chan_tbl_ent - tracks channel allocations per core/operation
255 struct dma_chan_tbl_ent { struct
260 static struct dma_chan_tbl_ent __percpu *channel_table[DMA_TX_TYPE_END];
278 channel_table[cap] = alloc_percpu(struct dma_chan_tbl_ent); in dma_channel_table_init()

Completed in 6 milliseconds