Home
last modified time | relevance | path

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

/titanic_44/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()
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; in consms_kstat_update()