Home
last modified time | relevance | path

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

/f-stack/freebsd/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) in sched_pctcpu_update() function
2061 sched_pctcpu_update(ts, 1); in sched_switch()
2123 sched_pctcpu_update(td_get_sched(newtd), 0); in sched_switch()
2229 sched_pctcpu_update(ts, 0); in sched_wakeup()
2246 sched_pctcpu_update(td_get_sched(td), 1); in sched_fork()
2438 sched_pctcpu_update(ts, 1); in sched_clock()
2665 sched_pctcpu_update(ts, TD_IS_RUNNING(td)); in sched_pctcpu()