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

/freebsd-9.3-release/sys/kern/
H A Dsched_ule.c101 u_int ts_runtime; /* Number of ticks we were running */ member in struct:td_sched
1418 ts->ts_runtime >= ts->ts_slptime)
1421 if (ts->ts_runtime > ts->ts_slptime) {
1422 div = max(1, ts->ts_runtime / SCHED_INTERACT_HALF);
1426 if (ts->ts_slptime > ts->ts_runtime) {
1428 return (ts->ts_runtime / div);
1431 if (ts->ts_runtime)
1504 sum = ts->ts_runtime + ts->ts_slptime;
1513 if (ts->ts_runtime > ts->ts_slptime) {
1514 ts->ts_runtime
[all...]

Completed in 58 milliseconds