Searched refs:ts_runtime (Results 1 – 1 of 1) sorted by relevance
1626 ts->ts_runtime >= ts->ts_slptime) in sched_interact_score()1629 if (ts->ts_runtime > ts->ts_slptime) { in sched_interact_score()1636 return (ts->ts_runtime / div); in sched_interact_score()1639 if (ts->ts_runtime) in sched_interact_score()1721 ts->ts_runtime = SCHED_SLP_RUN_MAX; in sched_interact_update()1725 ts->ts_runtime = 1; in sched_interact_update()1735 ts->ts_runtime /= 2; in sched_interact_update()1739 ts->ts_runtime = (ts->ts_runtime / 5) * 4; in sched_interact_update()1760 ts->ts_runtime /= ratio; in sched_interact_fork()2448 ts2->ts_runtime = ts->ts_runtime; in sched_fork_thread()[all …]