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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_reloc.h36 extern kthread_t *pci_reloc_thread;
H A Dpci_space.h153 extern kthread_t *pci_reloc_thread;
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_reloc.c113 ASSERT(pci_reloc_thread == curthread);
116 pci_reloc_thread = NULL;
132 ASSERT(pci_reloc_thread == curthread);
296 ASSERT(pci_reloc_thread == curthread);
298 pci_reloc_thread = NULL;
392 if (pci_reloc_thread != curthread) {
393 while (pci_reloc_thread != NULL) {
396 pci_reloc_thread = curthread;
401 ASSERT(pci_reloc_thread == curthread);
409 ASSERT(pci_reloc_thread
[all...]
H A Dpci_space.c277 kthread_t *pci_reloc_thread = NULL; variable

Completed in 59 milliseconds