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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c194 static cmi_hdl_ent_t *cmi_chip_tab[CMI_CHIPID_ARR_SZ]; variable
1208 if (cmi_chip_tab[chipid] == NULL) {
1216 if (atomic_cas_ptr(&cmi_chip_tab[chipid], NULL, pg) != NULL)
1220 return (cmi_chip_tab[chipid] +
1526 if (cmi_chip_tab[i] == NULL)
1528 for (j = 0, ent = cmi_chip_tab[i]; j < max_strands;
1548 if (cmi_chip_tab[i] == NULL)
1550 for (j = 0, ent = cmi_chip_tab[i]; j < max_strands;

Completed in 49 milliseconds