Home
last modified time | relevance | path

Searched refs: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 */ in consms_attach()
561 consms_idle_stamp = gethrestime_sec(); in consmslrput()
586 consms_idle_stamp = gethrestime_sec(); in consmslrput()
595 consms_idle_stamp = gethrestime_sec(); in consmslrput()
614 consms_kstat.idle_sec.value.l = gethrestime_sec() - consms_idle_stamp; in consms_kstat_update()