Searched refs:threshold_banks (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/cpu/mce/ |
| D | amd.c | 192 static DEFINE_PER_CPU(struct threshold_bank **, threshold_banks); 1023 first_block = per_cpu(threshold_banks, cpu)[bank]->blocks; in amd_threshold_interrupt() 1244 if (per_cpu(threshold_banks, cpu)[bank]->blocks) { in allocate_threshold_blocks() local 1246 &per_cpu(threshold_banks, cpu)[bank]->blocks->miscj); in allocate_threshold_blocks() 1248 per_cpu(threshold_banks, cpu)[bank]->blocks = b; in allocate_threshold_blocks() local 1252 per_cpu(threshold_banks, cpu)[bank]->kobj, in allocate_threshold_blocks() 1325 per_cpu(threshold_banks, cpu)[bank] = b; in threshold_create_bank() local 1346 per_cpu(threshold_banks, cpu)[bank] = b; in threshold_create_bank() local 1374 struct threshold_bank *head = per_cpu(threshold_banks, cpu)[bank]; in deallocate_threshold_block() 1385 kfree(per_cpu(threshold_banks, cpu)[bank]->blocks); in deallocate_threshold_block() [all …]
|