Searched defs:threshold_banks (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 474 if (per_cpu(threshold_banks, cpu)[bank]->blocks) { in allocate_threshold_blocks() local 478 per_cpu(threshold_banks, cpu)[bank]->blocks = b; in allocate_threshold_blocks() local 540 if (per_cpu(threshold_banks, cpu)[bank]) in threshold_create_bank() local 553 per_cpu(threshold_banks, cpu)[bank] = b; in threshold_create_bank() local 580 per_cpu(threshold_banks, cpu)[bank] = b; in threshold_create_bank() local 596 per_cpu(threshold_banks, i)[bank] = b; in threshold_create_bank() local 649 per_cpu(threshold_banks, cpu)[bank]->blocks = NULL; in deallocate_threshold_block() local 671 per_cpu(threshold_banks, cpu)[bank] = NULL; in threshold_remove_bank() local 685 per_cpu(threshold_banks, i)[bank] = NULL; in threshold_remove_bank() local 695 per_cpu(threshold_banks, cpu)[bank] = NULL; in threshold_remove_bank() local
|