Searched refs:mca_cache (Results 1 – 1 of 1) sorted by relevance
228 struct mca_bank_cache *mca_cache; in amdgpu_mca_init() local234 mca_cache = &mca->mca_caches[i]; in amdgpu_mca_init()235 mutex_init(&mca_cache->lock); in amdgpu_mca_init()245 struct mca_bank_cache *mca_cache; in amdgpu_mca_fini() local251 mca_cache = &mca->mca_caches[i]; in amdgpu_mca_fini()253 mutex_destroy(&mca_cache->lock); in amdgpu_mca_fini()450 mutex_lock(&mca_cache->lock); in amdgpu_mca_add_mca_set_to_cache()452 mutex_unlock(&mca_cache->lock); in amdgpu_mca_add_mca_set_to_cache()482 mutex_lock(&mca_cache->lock); in amdgpu_mca_smu_log_ras_error()483 if (mca_cache->mca_set.nr_entries) in amdgpu_mca_smu_log_ras_error()[all …]
Completed in 37 milliseconds