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()
893 chan->local = alloc_percpu(typeof(*chan->local)); in dma_async_device_register()
894 if (chan->local == NULL) in dma_async_device_register()
898 free_percpu(chan->local); in dma_async_device_register()
899 chan->local = NULL; in dma_async_device_register()
915 free_percpu(chan->local); in dma_async_device_register()
916 chan->local = NULL; in dma_async_device_register()
961 if (chan->local == NULL) in dma_async_device_register()
967 free_percpu(chan->local); in dma_async_device_register()
997 free_percpu(chan->local); in dma_async_device_unregister()