Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mce/
Damd.c1482 unsigned int bank, numbanks = this_cpu_read(mce_num_banks); in __threshold_remove_device() local
1484 for (bank = 0; bank < numbanks; bank++) { in __threshold_remove_device()
1524 unsigned int numbanks, bank; in mce_threshold_create_device() local
1535 numbanks = this_cpu_read(mce_num_banks); in mce_threshold_create_device()
1536 bp = kcalloc(numbanks, sizeof(*bp), GFP_KERNEL); in mce_threshold_create_device()
1540 for (bank = 0; bank < numbanks; ++bank) { in mce_threshold_create_device()