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

/linux-master/arch/x86/include/asm/
H A Damd_nb.h52 struct threshold_bank { struct
66 struct threshold_bank *bank4;
/linux-master/arch/x86/kernel/cpu/mce/
H A Damd.c224 static DEFINE_PER_CPU(struct threshold_bank **, threshold_banks);
921 struct threshold_bank **bp = this_cpu_read(threshold_banks);
1120 static int allocate_threshold_blocks(unsigned int cpu, struct threshold_bank *tb,
1197 static int __threshold_add_blocks(struct threshold_bank *b)
1221 static int threshold_create_bank(struct threshold_bank **bp, unsigned int cpu,
1226 struct threshold_bank *b = NULL;
1253 b = kzalloc(sizeof(struct threshold_bank), GFP_KERNEL);
1297 static void deallocate_threshold_blocks(struct threshold_bank *bank)
1309 static void __threshold_remove_blocks(struct threshold_bank *b)
1320 static void threshold_remove_bank(struct threshold_bank *ban
[all...]

Completed in 88 milliseconds