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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_cfgspace.c105 kmutex_t pcicfg_chipset_mutex; variable
114 mutex_init(&pcicfg_chipset_mutex, NULL, MUTEX_SPIN,
119 mutex_destroy(&pcicfg_chipset_mutex);
H A Dpci_neptune.c121 mutex_enter(&pcicfg_chipset_mutex);
136 mutex_exit(&pcicfg_chipset_mutex);
H A Dpci_orion.c142 mutex_enter(&pcicfg_chipset_mutex);
177 mutex_exit(&pcicfg_chipset_mutex);
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpci_cfgspace_impl.h126 extern kmutex_t pcicfg_chipset_mutex;

Completed in 68 milliseconds