Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c534 t.t_disp_time, t.t_bind_cpu, t.t_preempt); in thread()
535 if (t.t_disp_time != 0) in thread()
537 (clock_t)mdb_get_lbolt() - t.t_disp_time); in thread()
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c935 cp->cpu_last_swtch = t->t_disp_time = ddi_get_lbolt(); in swtch()
1112 cp->cpu_last_swtch = curthread->t_disp_time = ddi_get_lbolt(); in swtch_to()
1189 ((ddi_get_lbolt() - thread->t_disp_time) <= rechoose_interval))
H A Dfss.c1948 if (t->t_disp_time != ddi_get_lbolt()) in fss_forkret()
2362 if (t->t_disp_time != ddi_get_lbolt()) in fss_setrun()
2533 if (t->t_disp_time == ddi_get_lbolt()) { in fss_wakeup()
H A Dfx.c1196 if (t->t_disp_time != ddi_get_lbolt()) in fx_setrun()
1414 if (t->t_disp_time != ddi_get_lbolt()) in fx_wakeup()
H A Dts.c1471 if (t->t_disp_time != ddi_get_lbolt()) in ts_setrun()
1920 if (t->t_disp_time != ddi_get_lbolt()) in ts_wakeup()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h207 clock_t t_disp_time; /* last time this thread was running */ member