Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlogsubr.c335 log_ctl_t *hlc; in log_conswitch() local
361 hlc = (log_ctl_t *)hmp->b_rptr; in log_conswitch()
369 hlc->ttime = lc->ttime - (lc->ltime - hlc->ltime) / hz; in log_conswitch()
378 hlc = (log_ctl_t *)hmp->b_rptr; in log_conswitch()
379 hlc->ttime = gethrestime_sec() - in log_conswitch()
380 (ddi_get_lbolt() - hlc->ltime) / hz; in log_conswitch()