Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpower.c119 static hrtime_t power_button_debounce = MSEC2NSEC(10); variable
484 if (o_tstamp && (tstamp - o_tstamp) < power_button_debounce) { in power_high_intr()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodds1287.c161 static hrtime_t power_button_debounce = MSEC2NSEC(10); variable
615 if (o_tstamp && (tstamp - o_tstamp) < power_button_debounce) { in ds1287_intr()