Lines Matching defs:rq
291 runq_init(struct runq *rq) in runq_init()
308 runq_sw_apply(struct runq *rq, int idx, runq_sw_op *op) in runq_sw_apply()
342 runq_sw_set_not_empty(struct runq *rq, int idx) in runq_sw_set_not_empty()
367 runq_sw_set_empty(struct runq *rq, int idx) in runq_sw_set_empty()
383 runq_sw_is_empty(struct runq *rq, int idx) in runq_sw_is_empty()
392 runq_is_queue_empty(struct runq *rq, int idx) in runq_is_queue_empty()
403 runq_add(struct runq *rq, struct thread *td, int flags) in runq_add()
410 runq_add_idx(struct runq *rq, struct thread *td, int idx, int flags) in runq_add_idx()
437 runq_remove(struct runq *rq, struct thread *td) in runq_remove()
458 runq_findq_status_word(struct runq *const rq, const int w_idx, in runq_findq_status_word()
493 runq_findq(struct runq *const rq, const int lvl_min, const int lvl_max, in runq_findq()
553 runq_first_thread_range(struct runq *const rq, const int lvl_min, in runq_first_thread_range()
563 runq_first_thread(struct runq *const rq) in runq_first_thread()
575 runq_not_empty(struct runq *rq) in runq_not_empty()
599 runq_choose(struct runq *rq) in runq_choose()
653 runq_choose_fuzz(struct runq *rq, int fuzz) in runq_choose_fuzz()