kernel/drivers/rknpu/include/rknpu_job.h
.. .. @@ -43,8 +43,8 @@ 43 43 struct dma_fence *fence; 44 44 ktime_t timestamp; 45 45 uint32_t use_core_num; 46 - uint32_t run_count;47 - uint32_t interrupt_count;46 + atomic_t run_count;47 + atomic_t interrupt_count;48 48 ktime_t hw_recoder_time; 49 49 }; 50 50