Searched refs:td_rqindex (Results 1 – 4 of 4) sorted by relevance
375 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()
850 if (TD_ON_RUNQ(td) && td->td_rqindex != (prio / RQ_PPQ)) { in sched_priority()
387 td->td_rqindex, pri); in runq_print()
321 u_char td_rqindex; /* (t) Run queue index. */ member