Searched refs:fault_hash (Results 1 – 2 of 2) sorted by relevance
283 fault = &gmc->fault_ring[gmc->fault_hash[hash].idx]; in amdgpu_gmc_filter_faults()304 fault->next = gmc->fault_hash[hash].idx; in amdgpu_gmc_filter_faults()305 gmc->fault_hash[hash].idx = gmc->last_fault++; in amdgpu_gmc_filter_faults()
174 } fault_hash[AMDGPU_GMC_FAULT_HASH_SIZE]; member