Searched refs:ts_estcpu (Results 1 – 1 of 1) sorted by relevance
97 u_int ts_estcpu; /* Estimated cpu utilization. */ member550 ts->ts_estcpu = decay_cpu(loadfac, ts->ts_estcpu); in schedcpu()588 ts->ts_estcpu = 0; in updatepri()590 newcpu = ts->ts_estcpu; in updatepri()594 ts->ts_estcpu = newcpu; in updatepri()723 ts->ts_estcpu = ESTCPULIM(ts->ts_estcpu + 1); in sched_clock_tick()724 if ((ts->ts_estcpu % INVERSE_ESTCPU_WEIGHT) == 0) { in sched_clock_tick()772 td_get_sched(td)->ts_estcpu = ESTCPULIM(td_get_sched(td)->ts_estcpu + in sched_exit_thread()773 td_get_sched(child)->ts_estcpu); in sched_exit_thread()801 ts->ts_estcpu = tsc->ts_estcpu; in sched_fork_thread()[all …]