Searched refs:ncmci (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu.h144 uint32_t ncmci; /* number of correctable errors between polls */ member in struct:gcpu_mca_cmci
H A Dgcpu_mca.c1254 mca->gcpu_bank_cmci[i].ncmci = 0;
1552 * bank has no error or no corrected error, reset ncmci
1555 bank_cmci_p->ncmci = 0;
1574 bank_cmci_p->ncmci++;
1576 if (bank_cmci_p->ncmci >= gcpu_mca_cmci_throttling_threshold) {
1589 bank_cmci_p->ncmci = 0;

Completed in 62 milliseconds