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

/opensolaris-onvv-gate/usr/src/uts/common/disp/
H A Dfss.c1884 time_t swapin_time; local
1898 swapin_time = (ddi_get_lbolt() - t->t_stime) / hz;
1901 if (t->t_state == TS_SLEEP && swapin_time > maxslp) {
1909 if ((t->t_state == TS_SLEEP && swapin_time > fss_minslp) ||
1910 (t->t_state == TS_RUN && swapin_time > fss_minrun)) {
1912 epri = swapin_time -
H A Dts.c1646 time_t swapin_time; local
1663 swapin_time = (ddi_get_lbolt() - t->t_stime) / hz;
1665 if (t->t_state == TS_SLEEP && swapin_time > maxslp) {
1673 if ((t->t_state == TS_SLEEP && swapin_time > ts_minslp) ||
1674 (t->t_state == TS_RUN && swapin_time > ts_minrun)) {
1677 epri = swapin_time -

Completed in 163 milliseconds