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

/freebsd-10.1-release/sys/kern/
H A Dsched_ule.c97 u_int ts_runtime; /* Number of ticks we were running */ member in struct:td_sched
1458 ts->ts_runtime >= ts->ts_slptime)
1461 if (ts->ts_runtime > ts->ts_slptime) {
1462 div = max(1, ts->ts_runtime / SCHED_INTERACT_HALF);
1466 if (ts->ts_slptime > ts->ts_runtime) {
1468 return (ts->ts_runtime / div);
1471 if (ts->ts_runtime)
1544 sum = ts->ts_runtime + ts->ts_slptime;
1553 if (ts->ts_runtime > ts->ts_slptime) {
1554 ts->ts_runtime
[all...]

Completed in 111 milliseconds