Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_4bsd.c95 struct td_sched { struct
468 struct td_sched *ts; in schedcpu()
581 struct td_sched *ts; in updatepri()
717 struct td_sched *ts; in sched_clock_tick()
983 struct td_sched *ts; in sched_switch()
1113 struct td_sched *ts; in sched_wakeup()
1282 struct td_sched *ts; in sched_add()
1382 struct td_sched *ts;
1428 struct td_sched *ts; in sched_rem()
1526 struct td_sched *ts; in sched_bind()
[all …]
H A Dsched_ule.c92 struct td_sched { struct
462 struct td_sched *ts; in tdq_runq_add()
513 struct td_sched *ts; in tdq_runq_rem()
1245 struct td_sched *ts; in sched_pickcpu()
1534 struct td_sched *ts; in sched_interact_score()
1626 struct td_sched *ts; in sched_interact_update()
1671 struct td_sched *ts; in sched_interact_fork()
1751 struct td_sched *ts; in sched_thread_priority()
2051 struct td_sched *ts; in sched_switch()
2213 struct td_sched *ts; in sched_wakeup()
[all …]
/f-stack/freebsd/sys/
H A Dproc.h195 struct td_sched;
1231 static __inline __pure2 struct td_sched *
1235 return ((struct td_sched *)&td[1]); in td_get_sched()