Searched refs:sched_pctcpu_update (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dsched_ule.c311 static void sched_pctcpu_update(struct td_sched *, int);
1722 sched_pctcpu_update(struct td_sched *ts, int run) function
2061 sched_pctcpu_update(ts, 1);
2123 sched_pctcpu_update(td_get_sched(newtd), 0);
2229 sched_pctcpu_update(ts, 0);
2246 sched_pctcpu_update(td_get_sched(td), 1);
2438 sched_pctcpu_update(ts, 1);
2665 sched_pctcpu_update(ts, TD_IS_RUNNING(td));

Completed in 65 milliseconds