Searched defs:threshold_banks (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 506 if (per_cpu(threshold_banks, cpu)[bank]->blocks) { in allocate_threshold_blocks() local 510 per_cpu(threshold_banks, cpu)[bank]->blocks = b; in allocate_threshold_blocks() local 572 if (per_cpu(threshold_banks, cpu)[bank]) in threshold_create_bank() local 585 per_cpu(threshold_banks, cpu)[bank] = b; in threshold_create_bank() local 612 per_cpu(threshold_banks, cpu)[bank] = b; in threshold_create_bank() local 628 per_cpu(threshold_banks, i)[bank] = b; in threshold_create_bank() local 681 per_cpu(threshold_banks, cpu)[bank]->blocks = NULL; in deallocate_threshold_block() local 704 per_cpu(threshold_banks, cpu)[bank] = NULL; in threshold_remove_bank() local 718 per_cpu(threshold_banks, i)[bank] = NULL; in threshold_remove_bank() local 728 per_cpu(threshold_banks, cpu)[bank] = NULL; in threshold_remove_bank() local
|