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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_cfgspace.c102 kmutex_t pcicfg_mmio_mutex; variable
112 mutex_init(&pcicfg_mmio_mutex, NULL, MUTEX_SPIN,
118 mutex_destroy(&pcicfg_mmio_mutex);
H A Dpci_cfgacc_x86.c165 mutex_enter(&pcicfg_mmio_mutex);
195 mutex_exit(&pcicfg_mmio_mutex);
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpci_cfgspace_impl.h120 extern kmutex_t pcicfg_mmio_mutex;

Completed in 58 milliseconds