Searched refs:threshold_bank (Results 1 – 1 of 1) sorted by relevance
242 struct threshold_bank { struct247 static DEFINE_PER_CPU(struct threshold_bank **, threshold_banks); argument935 struct threshold_bank **bp = this_cpu_read(threshold_banks); in amd_threshold_interrupt()1211 static int threshold_create_bank(struct threshold_bank **bp, unsigned int cpu, in threshold_create_bank()1215 struct threshold_bank *b = NULL; in threshold_create_bank()1222 b = kzalloc(sizeof(struct threshold_bank), GFP_KERNEL); in threshold_create_bank()1255 static void deallocate_threshold_blocks(struct threshold_bank *bank) in deallocate_threshold_blocks()1267 static void threshold_remove_bank(struct threshold_bank *bank) in threshold_remove_bank()1279 static void __threshold_remove_device(struct threshold_bank **bp) in __threshold_remove_device()1295 struct threshold_bank **bp = this_cpu_read(threshold_banks); in mce_threshold_remove_device()[all …]