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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_reloc.h37 extern kmutex_t pci_reloc_mutex;
H A Dpci_space.h154 extern kmutex_t pci_reloc_mutex;
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_reloc.c112 mutex_enter(&pci_reloc_mutex);
119 mutex_exit(&pci_reloc_mutex);
295 mutex_enter(&pci_reloc_mutex);
301 mutex_exit(&pci_reloc_mutex);
391 mutex_enter(&pci_reloc_mutex);
394 cv_wait(&pci_reloc_cv, &pci_reloc_mutex);
399 mutex_exit(&pci_reloc_mutex);
431 mutex_init(&pci_reloc_mutex, NULL, MUTEX_DEFAULT, NULL);
447 mutex_destroy(&pci_reloc_mutex);
H A Dpci_space.c278 kmutex_t pci_reloc_mutex; variable

Completed in 60 milliseconds