Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_4bsd.c585 ts = td_get_sched(td); in updatepri()
720 ts = td_get_sched(td); in sched_clock_tick()
772 td_get_sched(td)->ts_estcpu = ESTCPULIM(td_get_sched(td)->ts_estcpu + in sched_exit_thread()
988 ts = td_get_sched(td); in sched_switch()
1116 ts = td_get_sched(td); in sched_wakeup()
1287 ts = td_get_sched(td); in sched_add()
1384 ts = td_get_sched(td);
1430 ts = td_get_sched(td); in sched_rem()
1531 ts = td_get_sched(td); in sched_bind()
1590 ts = td_get_sched(td); in sched_pctcpu()
[all …]
H A Dsched_ule.c469 ts = td_get_sched(td); in tdq_runq_add()
515 ts = td_get_sched(td); in tdq_runq_rem()
1251 ts = td_get_sched(td); in sched_pickcpu()
1537 ts = td_get_sched(td); in sched_interact_score()
1610 td_get_sched(td)->ts_ftick, td_get_sched(td)->ts_ltick, in sched_priority()
1629 ts = td_get_sched(td); in sched_interact_update()
1675 ts = td_get_sched(td); in sched_interact_fork()
1766 ts = td_get_sched(td); in sched_thread_priority()
2060 ts = td_get_sched(td); in sched_switch()
2217 ts = td_get_sched(td); in sched_wakeup()
[all …]
H A Dkern_synch.c535 td->td_tid, td_get_sched(td), td->td_proc->p_pid, td->td_name); in mi_switch()
544 td->td_tid, td_get_sched(td), td->td_proc->p_pid, td->td_name); in mi_switch()
H A Dkern_fork.c1049 td, td_get_sched(td), p->p_pid, td->td_name); in fork_exit()
/f-stack/freebsd/sys/
H A Dproc.h1232 td_get_sched(struct thread *td) in td_get_sched() function