Lines Matching defs:rq
260 runq_init(struct runq *rq) in runq_init()
274 runq_clrbit(struct runq *rq, int pri) in runq_clrbit()
291 runq_findbit(struct runq *rq) in runq_findbit()
310 runq_findbit_from(struct runq *rq, u_char pri) in runq_findbit_from()
346 runq_setbit(struct runq *rq, int pri) in runq_setbit()
363 runq_add(struct runq *rq, struct thread *td, int flags) in runq_add()
382 runq_add_pri(struct runq *rq, struct thread *td, u_char pri, int flags) in runq_add_pri()
404 runq_check(struct runq *rq) in runq_check()
425 runq_choose_fuzz(struct runq *rq, int fuzz) in runq_choose_fuzz()
467 runq_choose(struct runq *rq) in runq_choose()
487 runq_choose_from(struct runq *rq, u_char idx) in runq_choose_from()
512 runq_remove(struct runq *rq, struct thread *td) in runq_remove()
519 runq_remove_idx(struct runq *rq, struct thread *td, u_char *idx) in runq_remove_idx()