Searched refs:t_disp_time (Results 1 – 6 of 6) sorted by relevance
531 t.t_disp_time, t.t_bind_cpu, t.t_preempt); in thread()532 if (t.t_disp_time != 0) in thread()534 (clock_t)mdb_get_lbolt() - t.t_disp_time); in thread()
201 clock_t t_disp_time; /* last time this thread was running */ member
915 cp->cpu_last_swtch = t->t_disp_time = ddi_get_lbolt(); in swtch()1092 cp->cpu_last_swtch = curthread->t_disp_time = ddi_get_lbolt(); in swtch_to()1171 ((ddi_get_lbolt() - thread->t_disp_time) <= rechoose_interval))
1952 if (t->t_disp_time != ddi_get_lbolt()) in fss_forkret()2414 if (t->t_disp_time != ddi_get_lbolt()) in fss_setrun()2640 if (t->t_disp_time == ddi_get_lbolt()) { in fss_wakeup()
1200 if (t->t_disp_time != ddi_get_lbolt()) in fx_setrun()1420 if (t->t_disp_time != ddi_get_lbolt()) in fx_wakeup()
1503 if (t->t_disp_time != ddi_get_lbolt()) in ts_setrun()2022 if (t->t_disp_time != ddi_get_lbolt()) in ts_wakeup()