Searched refs:numbanks (Results 1 – 1 of 1) sorted by relevance
1482 unsigned int bank, numbanks = this_cpu_read(mce_num_banks); in __threshold_remove_device() local1484 for (bank = 0; bank < numbanks; bank++) { in __threshold_remove_device()1524 unsigned int numbanks, bank; in mce_threshold_create_device() local1535 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()