Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_ule.c1544 ts->ts_runtime >= ts->ts_slptime) in sched_interact_score()
1547 if (ts->ts_runtime > ts->ts_slptime) { in sched_interact_score()
1554 return (ts->ts_runtime / div); in sched_interact_score()
1557 if (ts->ts_runtime) in sched_interact_score()
1640 ts->ts_runtime = SCHED_SLP_RUN_MAX; in sched_interact_update()
1644 ts->ts_runtime = 1; in sched_interact_update()
1654 ts->ts_runtime /= 2; in sched_interact_update()
1658 ts->ts_runtime = (ts->ts_runtime / 5) * 4; in sched_interact_update()
1679 ts->ts_runtime /= ratio; in sched_interact_fork()
2296 ts2->ts_runtime = ts->ts_runtime; in sched_fork_thread()
[all …]