Searched refs:threshold_bank (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/cpu/mcheck/
H A Dmce_amd.c68 struct threshold_bank { struct
73 static DEFINE_PER_CPU(struct threshold_bank * [NR_BANKS], threshold_banks);
488 struct threshold_bank *b = NULL;
494 sprintf(name, "threshold_bank%i", bank);
525 b = kzalloc(sizeof(struct threshold_bank), GFP_KERNEL);
602 struct threshold_bank *head = per_cpu(threshold_banks, cpu)[bank];
619 struct threshold_bank *b;
629 sprintf(name, "threshold_bank%i", bank);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dmce_amd.c68 struct threshold_bank { struct
73 static DEFINE_PER_CPU(struct threshold_bank * [NR_BANKS], threshold_banks);
488 struct threshold_bank *b = NULL;
494 sprintf(name, "threshold_bank%i", bank);
525 b = kzalloc(sizeof(struct threshold_bank), GFP_KERNEL);
602 struct threshold_bank *head = per_cpu(threshold_banks, cpu)[bank];
619 struct threshold_bank *b;
629 sprintf(name, "threshold_bank%i", bank);

Completed in 59 milliseconds