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

/freebsd-13-stable/sys/kern/
H A Dsched_ule.c99 u_int ts_runtime; /* Number of ticks we were running */ member in struct:td_sched
1544 ts->ts_runtime >= ts->ts_slptime)
1547 if (ts->ts_runtime > ts->ts_slptime) {
1548 div = max(1, ts->ts_runtime / SCHED_INTERACT_HALF);
1552 if (ts->ts_slptime > ts->ts_runtime) {
1554 return (ts->ts_runtime / div);
1557 if (ts->ts_runtime)
1630 sum = ts->ts_runtime + ts->ts_slptime;
1639 if (ts->ts_runtime > ts->ts_slptime) {
1640 ts->ts_runtime
[all...]

Completed in 68 milliseconds