Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dlogsubr.c321 log_ctl_t *hlc; in log_conswitch() local
347 hlc = (log_ctl_t *)hmp->b_rptr; in log_conswitch()
355 hlc->ttime = lc->ttime - (lc->ltime - hlc->ltime) / hz; in log_conswitch()
364 hlc = (log_ctl_t *)hmp->b_rptr; in log_conswitch()
365 hlc->ttime = gethrestime_sec() - in log_conswitch()
366 (ddi_get_lbolt() - hlc->ltime) / hz; in log_conswitch()