Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/os/
H A Dplat_ecc_dimm.c188 clock_t start_lbolt, current_lbolt; in plat_populate_sid_cache() local
215 start_lbolt = ddi_get_lbolt(); in plat_populate_sid_cache()
227 start_lbolt); in plat_populate_sid_cache()
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.c450 clock_t start_lbolt; in ghd_poll() local
459 start_lbolt = ddi_get_lbolt(); in ghd_poll()
466 if (poll_lbolt && (current_lbolt - start_lbolt >= poll_lbolt)) in ghd_poll()