Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c65 static DEFINE_PER_CPU(struct threshold_bank * [NR_BANKS], threshold_banks);
506 if (per_cpu(threshold_banks, cpu)[bank]->blocks) { in allocate_threshold_blocks() local
508 &per_cpu(threshold_banks, cpu)[bank]->blocks->miscj); in allocate_threshold_blocks()
510 per_cpu(threshold_banks, cpu)[bank]->blocks = b; in allocate_threshold_blocks() local
514 per_cpu(threshold_banks, cpu)[bank]->kobj, in allocate_threshold_blocks()
572 if (per_cpu(threshold_banks, cpu)[bank]) in threshold_create_bank() local
575 b = per_cpu(threshold_banks, i)[bank]; in threshold_create_bank()
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
[all …]