Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpci_reloc.c113 ASSERT(pci_reloc_thread == curthread); in pci_dvma_postrelocator()
116 pci_reloc_thread = NULL; in pci_dvma_postrelocator()
132 ASSERT(pci_reloc_thread == curthread); in pci_dvma_postrelocator()
296 ASSERT(pci_reloc_thread == curthread); in pci_fdvma_postrelocator()
298 pci_reloc_thread = NULL; in pci_fdvma_postrelocator()
392 if (pci_reloc_thread != curthread) { in pci_common_prerelocator()
393 while (pci_reloc_thread != NULL) { in pci_common_prerelocator()
396 pci_reloc_thread = curthread; in pci_common_prerelocator()
401 ASSERT(pci_reloc_thread == curthread); in pci_common_prerelocator()
409 ASSERT(pci_reloc_thread == curthread); in pci_common_prerelocator()
H A Dpci_space.c277 kthread_t *pci_reloc_thread = NULL; variable
/titanic_44/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;