Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dsched_ule.c1589 ts->ts_runtime >= ts->ts_slptime) in sched_interact_score()
1592 if (ts->ts_runtime > ts->ts_slptime) { in sched_interact_score()
1599 return (ts->ts_runtime / div); in sched_interact_score()
1602 if (ts->ts_runtime) in sched_interact_score()
1684 ts->ts_runtime = SCHED_SLP_RUN_MAX; in sched_interact_update()
1688 ts->ts_runtime = 1; in sched_interact_update()
1698 ts->ts_runtime /= 2; in sched_interact_update()
1702 ts->ts_runtime = (ts->ts_runtime / 5) * 4; in sched_interact_update()
1723 ts->ts_runtime /= ratio; in sched_interact_fork()
2394 ts2->ts_runtime = ts->ts_runtime; in sched_fork_thread()
[all …]