Searched refs:fault_hash (Results 1 – 2 of 2) sorted by relevance
386 fault = &gmc->fault_ring[gmc->fault_hash[hash].idx]; in amdgpu_gmc_filter_faults()407 fault->next = gmc->fault_hash[hash].idx; in amdgpu_gmc_filter_faults()408 gmc->fault_hash[hash].idx = gmc->last_fault++; in amdgpu_gmc_filter_faults()432 fault = &gmc->fault_ring[gmc->fault_hash[hash].idx]; in amdgpu_gmc_filter_faults_remove()
246 } fault_hash[AMDGPU_GMC_FAULT_HASH_SIZE]; member