Searched refs:polling_delay (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/ofw/
H A Dofw_thermal.c305 uint32_t polling_delay; local
369 polling_delay = tz->tz_polling_delay_passive;
371 polling_delay = tz->tz_polling_delay;
373 if (polling_delay > 0)
374 timeout_add_msec(&tz->tz_poll_to, polling_delay);

Completed in 177 milliseconds