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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_space.h132 extern hrtime_t pci_sync_buf_timeout;
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_space.c178 hrtime_t pci_sync_buf_timeout = 1ll * NANOSEC; /* 1 second in nanoseconds */ variable
H A Dpci_dma.c116 for (; gethrtime() - start_time < pci_sync_buf_timeout; loops++)
H A Dpcisch.c420 if (gethrtime() - start_time > pci_sync_buf_timeout)

Completed in 71 milliseconds