Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_info.c97 if (TD_ON_RUNQ(td) || in proc_sum()
122 runa = TD_IS_RUNNING(td) || TD_ON_RUNQ(td); in thread_compare()
127 runb = TD_IS_RUNNING(td2) || TD_ON_RUNQ(td2); in thread_compare()
348 else if (TD_ON_RUNQ(td) || TD_CAN_RUN(td)) in tty_info()
H A Dsched_4bsd.c489 if (TD_ON_RUNQ(td)) { in schedcpu()
874 if (TD_ON_RUNQ(td) && td->td_rqindex != (prio / RQ_PPQ)) { in sched_priority()
1463 KASSERT(TD_ON_RUNQ(td), in sched_rem()
H A Dkern_synch.c478 KASSERT(!TD_ON_RUNQ(td), ("mi_switch: called by old code")); in kdb_switch()
H A Dsched_ule.c1875 if (TD_ON_RUNQ(td) && prio < td->td_priority) { in sched_thread_priority()
2827 KASSERT(TD_ON_RUNQ(td), in sched_rem()
2875 if (TD_ON_RUNQ(td)) { in sched_affinity()
H A Dsubr_turnstile.c271 if (TD_IS_RUNNING(td) || TD_ON_RUNQ(td)) { in propagate_priority()
H A Dkern_proc.c1279 if (TD_ON_RUNQ(td) || in fill_kinfo_thread()
/freebsd/lib/libkvm/
H A Dkvm_proc.c419 if (TD_ON_RUNQ(&mtd) || in kvm_proclist()
/freebsd/sys/sys/
H A Dproc.h593 #define TD_ON_RUNQ(td) (TD_GET_STATE(td) == TDS_RUNQ) macro
/freebsd/sys/vm/
H A Dvm_pageout.c1936 if (!TD_ON_RUNQ(td) && in vm_pageout_oom()