Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dsched_ule.c1516 ts->ts_runtime >= ts->ts_slptime) in sched_interact_score()
1519 if (ts->ts_runtime > ts->ts_slptime) { in sched_interact_score()
1526 return (ts->ts_runtime / div); in sched_interact_score()
1529 if (ts->ts_runtime) in sched_interact_score()
1612 ts->ts_runtime = SCHED_SLP_RUN_MAX; in sched_interact_update()
1616 ts->ts_runtime = 1; in sched_interact_update()
1626 ts->ts_runtime /= 2; in sched_interact_update()
1630 ts->ts_runtime = (ts->ts_runtime / 5) * 4; in sched_interact_update()
1651 ts->ts_runtime /= ratio; in sched_interact_fork()
2266 ts2->ts_runtime = ts->ts_runtime; in sched_fork_thread()
[all …]