Searched refs:t_disp_time (Results 1 – 6 of 6) sorted by relevance
535 t.t_disp_time, t.t_bind_cpu, t.t_preempt); in thread()536 if (t.t_disp_time != 0) in thread()538 (clock_t)mdb_get_lbolt() - t.t_disp_time); in thread()
935 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))
1948 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()
1196 if (t->t_disp_time != ddi_get_lbolt()) in fx_setrun()1414 if (t->t_disp_time != ddi_get_lbolt()) in fx_wakeup()
1471 if (t->t_disp_time != ddi_get_lbolt()) in ts_setrun()1920 if (t->t_disp_time != ddi_get_lbolt()) in ts_wakeup()
207 clock_t t_disp_time; /* last time this thread was running */ member