Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/mce/
H A Damd.c221 struct threshold_block { struct
244 struct threshold_block *blocks; argument
352 struct threshold_block *b;
359 static const char *bank4_names(const struct threshold_block *b) in bank4_names()
575 struct threshold_block b; in prepare_threshold_block()
970 ssize_t (*show) (struct threshold_block *, char *);
1070 struct threshold_block *b = to_block(kobj); in show()
1082 struct threshold_block *b = to_block(kobj); in store()
1138 struct threshold_block *b = NULL; in allocate_threshold_blocks()
1159 b = kzalloc(sizeof(struct threshold_block), GFP_KERNEL); in allocate_threshold_blocks()
[all …]