Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mcheck/
Dmce_amd_64.c67 struct threshold_bank { struct
72 static DEFINE_PER_CPU(struct threshold_bank *, threshold_banks[NR_BANKS]); argument
477 struct threshold_bank *b = NULL; in threshold_create_bank()
510 b = kzalloc(sizeof(struct threshold_bank), GFP_KERNEL); in threshold_create_bank()
581 struct threshold_bank *head = per_cpu(threshold_banks, cpu)[bank]; in deallocate_threshold_block()
599 struct threshold_bank *b; in threshold_remove_bank()