Searched refs:td_rqindex (Results 1 – 4 of 4) sorted by relevance
369 td->td_rqindex = pri; in runq_add()387 td->td_rqindex = pri; in runq_add_pri()499 pri, td, td->td_rqindex, rqh); in runq_choose_from()526 pri = td->td_rqindex; in runq_remove_idx()
874 if (TD_ON_RUNQ(td) && td->td_rqindex != (prio / RQ_PPQ)) { in sched_priority()
405 td->td_rqindex, pri); in runq_print()
330 u_char td_rqindex; /* (t) Run queue index. */ member