Searched refs:completed_count (Results 1 – 2 of 2) sorted by relevance
82 __atomic_add_fetch(&hw->completed_count, 1, __ATOMIC_RELEASE); in cpucopy_thread()123 hw->completed_count = 0; in skeldma_start()269 if (hw->submitted_count != __atomic_load_n(&hw->completed_count, __ATOMIC_ACQUIRE) in skeldma_vchan_status()285 stats->completed = hw->completed_count; in skeldma_stats_get()299 hw->completed_count = 0; in skeldma_stats_reset()327 hw->ridx, hw->submitted_count, hw->completed_count); in skeldma_dump()
58 uint64_t completed_count; member