Lines Matching refs:threshold_bank
207 static DEFINE_PER_CPU(struct threshold_bank **, threshold_banks);
1045 struct threshold_bank **bp = this_cpu_read(threshold_banks); in amd_threshold_interrupt()
1243 static int allocate_threshold_blocks(unsigned int cpu, struct threshold_bank *tb, in allocate_threshold_blocks()
1320 static int __threshold_add_blocks(struct threshold_bank *b) in __threshold_add_blocks()
1344 static int threshold_create_bank(struct threshold_bank **bp, unsigned int cpu, in threshold_create_bank()
1349 struct threshold_bank *b = NULL; in threshold_create_bank()
1376 b = kzalloc(sizeof(struct threshold_bank), GFP_KERNEL); in threshold_create_bank()
1420 static void deallocate_threshold_blocks(struct threshold_bank *bank) in deallocate_threshold_blocks()
1432 static void __threshold_remove_blocks(struct threshold_bank *b) in __threshold_remove_blocks()
1443 static void threshold_remove_bank(struct threshold_bank *bank) in threshold_remove_bank()
1475 struct threshold_bank **bp = this_cpu_read(threshold_banks); in mce_threshold_remove_device()
1511 struct threshold_bank **bp; in mce_threshold_create_device()