Searched refs:td_rqindex (Results 1 – 4 of 4) sorted by relevance
359 td->td_rqindex = pri; in runq_add()377 td->td_rqindex = pri; in runq_add_pri()489 pri, td, td->td_rqindex, rqh); in runq_choose_from()516 pri = td->td_rqindex; in runq_remove_idx()
831 if (TD_ON_RUNQ(td) && td->td_rqindex != (prio / RQ_PPQ)) { in sched_priority()
381 td->td_rqindex, pri); in runq_print()
285 u_char td_rqindex; /* (t) Run queue index. */ member