Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c59 static DEFINE_PER_CPU(struct threshold_bank **, threshold_banks);
512 if (per_cpu(threshold_banks, cpu)[bank]->blocks) { in allocate_threshold_blocks() local
514 &per_cpu(threshold_banks, cpu)[bank]->blocks->miscj); in allocate_threshold_blocks()
516 per_cpu(threshold_banks, cpu)[bank]->blocks = b; in allocate_threshold_blocks() local
520 per_cpu(threshold_banks, cpu)[bank]->kobj, in allocate_threshold_blocks()
595 per_cpu(threshold_banks, cpu)[bank] = b; in threshold_create_bank() local
616 per_cpu(threshold_banks, cpu)[bank] = b; in threshold_create_bank() local
651 per_cpu(threshold_banks, cpu) = bp; in threshold_create_device()
669 struct threshold_bank *head = per_cpu(threshold_banks, cpu)[bank]; in deallocate_threshold_block()
680 kfree(per_cpu(threshold_banks, cpu)[bank]->blocks); in deallocate_threshold_block()
[all …]