Searched defs:consms_idle_stamp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dconsms.c158 static long consms_idle_stamp; /* seconds tstamp of latest mouse op */ variable
290 consms_idle_stamp = gethrestime_sec(); /* initial value */
573 consms_idle_stamp = gethrestime_sec();
598 consms_idle_stamp = gethrestime_sec();
607 consms_idle_stamp = gethrestime_sec();
625 consms_kstat.idle_sec.value.l = gethrestime_sec() - consms_idle_stamp;

Completed in 45 milliseconds