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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_space.h131 extern hrtime_t pci_intrpend_timeout;
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_space.c177 hrtime_t pci_intrpend_timeout = 5ll * NANOSEC; /* 5 seconds in nanoseconds */ variable
H A Dpci_ib.c195 if (gethrtime() - start_time > pci_intrpend_timeout) {
311 if (gethrtime() - start_time > pci_intrpend_timeout) {
682 if (gethrtime() - start_time > pci_intrpend_timeout) {
753 if (gethrtime() - start_time > pci_intrpend_timeout) {
969 if ((gethrtime() - start_time) < pci_intrpend_timeout) {
H A Dpci_cb.c146 if (gethrtime() - start_time > pci_intrpend_timeout) {

Completed in 73 milliseconds