Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.c449 clock_t poll_lbolt; in ghd_poll() local
458 poll_lbolt = drv_usectohz((clock_t)polltime); in ghd_poll()
466 if (poll_lbolt && (current_lbolt - start_lbolt >= poll_lbolt)) in ghd_poll()