Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Damd_nb.h55 struct threshold_bank { struct
68 struct threshold_bank *bank4; argument
/Linux-v5.4/arch/x86/kernel/cpu/mce/
Damd.c192 static DEFINE_PER_CPU(struct threshold_bank **, threshold_banks);
1279 static int __threshold_add_blocks(struct threshold_bank *b) in __threshold_add_blocks()
1307 struct threshold_bank *b = NULL; in threshold_create_bank()
1334 b = kzalloc(sizeof(struct threshold_bank), GFP_KERNEL); in threshold_create_bank()
1374 struct threshold_bank *head = per_cpu(threshold_banks, cpu)[bank]; in deallocate_threshold_block()
1389 static void __threshold_remove_blocks(struct threshold_bank *b) in __threshold_remove_blocks()
1403 struct threshold_bank *b; in threshold_remove_bank()
1454 struct threshold_bank **bp; in mce_threshold_create_device()
1461 bp = kcalloc(per_cpu(mce_num_banks, cpu), sizeof(struct threshold_bank *), in mce_threshold_create_device()