Searched refs:threshold_bank (Results 1 – 1 of 1) sorted by relevance
254 struct threshold_bank { struct260 static DEFINE_PER_CPU(struct threshold_bank **, threshold_banks); argument483 struct threshold_bank **thr_banks = this_cpu_read(threshold_banks); in threshold_restart_bank()1081 static int allocate_threshold_blocks(unsigned int cpu, struct threshold_bank *tb, in allocate_threshold_blocks()1154 static int threshold_create_bank(struct threshold_bank **bp, unsigned int cpu, in threshold_create_bank()1158 struct threshold_bank *b = NULL; in threshold_create_bank()1165 b = kzalloc_obj(struct threshold_bank); in threshold_create_bank()1200 static void threshold_remove_bank(struct threshold_bank *bank) in threshold_remove_bank()1213 static void __threshold_remove_device(struct threshold_bank **bp) in __threshold_remove_device()1229 struct threshold_bank **bp = this_cpu_read(threshold_banks); in mce_threshold_remove_device()[all …]