Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Damd_nb.h41 struct threshold_bank { struct
53 struct threshold_bank *bank4; argument
/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c61 static DEFINE_PER_CPU(struct threshold_bank **, threshold_banks);
656 static int __threshold_add_blocks(struct threshold_bank *b) in __threshold_add_blocks()
684 struct threshold_bank *b = NULL; in threshold_create_bank()
711 b = kzalloc(sizeof(struct threshold_bank), GFP_KERNEL); in threshold_create_bank()
750 struct threshold_bank **bp; in threshold_create_device()
753 bp = kzalloc(sizeof(struct threshold_bank *) * mca_cfg.banks, in threshold_create_device()
780 struct threshold_bank *head = per_cpu(threshold_banks, cpu)[bank]; in deallocate_threshold_block()
793 static void __threshold_remove_blocks(struct threshold_bank *b) in __threshold_remove_blocks()
807 struct threshold_bank *b; in threshold_remove_bank()