Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds_thread.c809 dtls->fast_poll_end = dtls->relax_time_ticks; in fcal_leds_thread()
843 if (dtls->fast_poll_end > 0) in fcal_leds_thread()
844 dtls->fast_poll_end--; in fcal_leds_thread()
H A Dfcal_leds.h262 volatile int fast_poll_end; /* fast_poll ticks left */ member
H A Dfcal_leds.c464 do_event = (dtls->fast_poll_end != 0); in fcal_poll_thread()