Home
last modified time | relevance | path

Searched refs:aerr (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_aca.c229 static struct aca_bank_error *new_bank_error(struct aca_error *aerr, struct aca_bank_info *info) in new_bank_error() argument
240 mutex_lock(&aerr->lock); in new_bank_error()
241 list_add_tail(&bank_error->node, &aerr->list); in new_bank_error()
242 aerr->nr_errors++; in new_bank_error()
243 mutex_unlock(&aerr->lock); in new_bank_error()
248 static struct aca_bank_error *find_bank_error(struct aca_error *aerr, struct aca_bank_info *info) in find_bank_error() argument
254 mutex_lock(&aerr->lock); in find_bank_error()
255 list_for_each_entry(bank_error, &aerr->list, node) { in find_bank_error()
265 mutex_unlock(&aerr->lock); in find_bank_error()
270 static void aca_bank_error_remove(struct aca_error *aerr, struct aca_bank_error *bank_error) in aca_bank_error_remove() argument
[all …]