Searched refs:hw_last_pat (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dpmugpio.c82 hrtime_t hw_last_pat; member in struct:pmugpio_state
274 if ((now - pmugpio_ptr->hw_last_pat) >= PMUGPIO_TWO_SEC) {
309 pmugpio_ptr->hw_last_pat = now;
/illumos-gate/usr/src/uts/sun4u/lw2plus/io/
H A Dlombus.c288 hrtime_t hw_last_pat; member in struct:lombus_state
1105 if ((now - ssp->hw_last_pat) >= LOMBUS_MIN_PAT) {
1107 ssp->hw_last_pat = now;
2082 ssp->hw_last_pat = gethrtime();

Completed in 50 milliseconds