Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsched.c227 if (t->t_stime - proc_time > 0) in sched()
228 proc_time = t->t_stime; in sched()
602 tp->t_stime = ddi_get_lbolt(); in swapin()
686 tp->t_stime = ddi_get_lbolt(); in swapout()
860 tp->t_stime = ddi_get_lbolt(); /* swapout time */ in process_swap_queue()
/illumos-gate/usr/src/uts/common/disp/
H A Dts.c1510 t->t_stime = ddi_get_lbolt(); /* time stamp for the swapper */ in ts_sleep()
1541 swapout_time = (ddi_get_lbolt() - t->t_stime) / hz; in ts_swapin()
1609 swapin_time = (ddi_get_lbolt() - t->t_stime) / hz; in ts_swapout()
1901 t->t_stime = ddi_get_lbolt(); /* time stamp for the swapper */ in ts_wakeup()
H A Dfss.c2151 swapout_time = (ddi_get_lbolt() - t->t_stime) / hz; in fss_swapin()
2199 swapin_time = (ddi_get_lbolt() - t->t_stime) / hz; in fss_swapout()
2387 t->t_stime = ddi_get_lbolt(); /* time stamp for the swapper */ in fss_sleep()
2528 t->t_stime = ddi_get_lbolt(); /* time stamp for the swapper */ in fss_wakeup()
H A Dfx.c1223 t->t_stime = ddi_get_lbolt(); /* time stamp for the swapper */ in fx_sleep()
1393 t->t_stime = ddi_get_lbolt(); /* time stamp for the swapper */ in fx_wakeup()
H A Dthread.c434 t->t_stime = ddi_get_lbolt(); in thread_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h276 clock_t t_stime; /* time stamp used by the swapper */ member
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1132 scf_transaction_entry_t *t_stime = NULL, *t_aux = NULL; in _restarter_commit_states() local
1145 (t_stime = scf_entry_create(h)) == NULL || in _restarter_commit_states()
1262 (r = tx_set_value(t, t_stime, SCF_PROPERTY_STATE_TIMESTAMP, in _restarter_commit_states()
1345 scf_entry_destroy(t_stime); in _restarter_commit_states()