Lines Matching refs:local
99 count += per_cpu_ptr(chan->local, i)->memcpy_count; in memcpy_count_show()
121 count += per_cpu_ptr(chan->local, i)->bytes_transferred; in bytes_transferred_show()
872 chan->local = alloc_percpu(typeof(*chan->local)); in dma_async_device_register()
873 if (chan->local == NULL) in dma_async_device_register()
877 free_percpu(chan->local); in dma_async_device_register()
878 chan->local = NULL; in dma_async_device_register()
894 free_percpu(chan->local); in dma_async_device_register()
895 chan->local = NULL; in dma_async_device_register()
940 if (chan->local == NULL) in dma_async_device_register()
946 free_percpu(chan->local); in dma_async_device_register()
976 free_percpu(chan->local); in dma_async_device_unregister()