Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Duppc.c123 static hrtime_t uppc_lasthrtime; variable
1073 if (timeval < uppc_lasthrtime) in uppc_gethrtime()
1074 timeval = uppc_lasthrtime; in uppc_gethrtime()
1075 uppc_lasthrtime = timeval; in uppc_gethrtime()