Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsched_ule.c97 u_int ts_runtime; /* Number of ticks we were running */ member
1702 ts->ts_runtime >= ts->ts_slptime) in sched_interact_score()
1705 if (ts->ts_runtime > ts->ts_slptime) { in sched_interact_score()
1706 div = max(1, ts->ts_runtime / SCHED_INTERACT_HALF); in sched_interact_score()
1710 if (ts->ts_slptime > ts->ts_runtime) { in sched_interact_score()
1712 return (ts->ts_runtime / div); in sched_interact_score()
1715 if (ts->ts_runtime) in sched_interact_score()
1799 sum = ts->ts_runtime + ts->ts_slptime; in sched_interact_update()
1808 if (ts->ts_runtime > ts->ts_slptime) { in sched_interact_update()
1809 ts->ts_runtime = SCHED_SLP_RUN_MAX; in sched_interact_update()
[all …]