Searched defs:swapin_time (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dts.c1647 time_t swapin_time; local
1664 swapin_time = (ddi_get_lbolt() - t->t_stime) / hz;
1666 if (t->t_state == TS_SLEEP && swapin_time > maxslp) {
1674 if ((t->t_state == TS_SLEEP && swapin_time > ts_minslp) ||
1675 (t->t_state == TS_RUN && swapin_time > ts_minrun)) {
1678 epri = swapin_time -
H A Dfss.c2196 time_t swapin_time; local
2210 swapin_time = (ddi_get_lbolt() - t->t_stime) / hz;
2213 if (t->t_state == TS_SLEEP && swapin_time > maxslp) {
2221 if ((t->t_state == TS_SLEEP && swapin_time > fss_minslp) ||
2222 (t->t_state == TS_RUN && swapin_time > fss_minrun)) {
2224 epri = swapin_time -

Completed in 67 milliseconds