Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c457 return (get_pnz(p_str, &dtls->slow_poll_ticks)); in act_slow_poll()
566 if (dtls->slow_poll_ticks == 0) in fc_led_parse()
567 dtls->slow_poll_ticks = DFLT_SLOW_POLL; in fc_led_parse()
584 dtls->slow_poll_ticks += dtls->fast_poll - 1; /* for round up */ in fc_led_parse()
585 dtls->slow_poll_ticks /= dtls->fast_poll; in fc_led_parse()
H A Dfcal_leds.h264 int slow_poll_ticks; /* fast polls per slow poll */ member
H A Dfcal_leds.c449 slow_poll_count = dtls->slow_poll_ticks; in fcal_poll_thread()
479 slow_poll_count = dtls->slow_poll_ticks; in fcal_poll_thread()