Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dconskbd.c267 static long conskbd_idle_stamp; /* seconds tstamp of latest keystroke */ variable
473 conskbd_idle_stamp = gethrestime_sec(); /* initial value */ in conskbd_attach()
1206 conskbd_idle_stamp = gethrestime_sec(); in conskbdlrput()
1237 conskbd_kstat.idle_sec.value.l = gethrestime_sec() - conskbd_idle_stamp; in conskbd_kstat_update()