Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_switch.c375 td->td_rqindex = pri; in runq_add()
393 td->td_rqindex = pri; in runq_add_pri()
505 pri, td, td->td_rqindex, rqh); in runq_choose_from()
532 pri = td->td_rqindex; in runq_remove_idx()
H A Dsched_4bsd.c850 if (TD_ON_RUNQ(td) && td->td_rqindex != (prio / RQ_PPQ)) { in sched_priority()
H A Dsched_ule.c387 td->td_rqindex, pri); in runq_print()
/f-stack/freebsd/sys/
H A Dproc.h321 u_char td_rqindex; /* (t) Run queue index. */ member