Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mce/
H A Damd.c483 struct threshold_bank **thr_banks = this_cpu_read(threshold_banks); in threshold_restart_bank() local
487 if (!thr_banks || !thr_banks[bank]) in threshold_restart_bank()
492 list_for_each_entry_safe(block, tmp, &thr_banks[bank]->miscj, miscj) { in threshold_restart_bank()