Searched refs:dma_chan_is_local (Results 1 - 1 of 1) sorted by last modified time

/drivers/dma/
H A Ddmaengine.c386 * dma_chan_is_local - returns true if the channel is in the same numa-node as the cpu
388 static bool dma_chan_is_local(struct dma_chan *chan, int cpu) function
421 if (dma_chan_is_local(chan, cpu))

Completed in 28 milliseconds