Lines Matching refs:bfq_queue

121  * A bfq_entity is used to represent either a bfq_queue (leaf node in the
220 * struct bfq_queue - leaf schedulable entity.
222 * A bfq_queue is a leaf request queue; it can be associated with an
230 struct bfq_queue {
249 * Shared bfq_queue if queue is cooperating with one or more
252 struct bfq_queue *new_bfqq;
315 * Pointer to the bfq_io_cq owning the bfq_queue, set to %NULL
324 * enqueued after this time instant in an idle @bfq_queue with
339 * Time of the last transition of the @bfq_queue from idle to
344 * Cumulative service received from the @bfq_queue since the
349 * Cumulative service received from the @bfq_queue since its
373 struct bfq_queue *waker_bfqq;
392 struct bfq_queue *bfqq[2];
459 * weight-raised @bfq_queue (see the comments to the functions
547 /* bfq_queue in service */
548 struct bfq_queue *in_service_queue;
560 struct bfq_queue *last_completed_rq_bfqq;
611 /* maximum budget allotted to a bfq_queue before rescheduling */
724 struct bfq_queue oom_bfqq;
738 struct bfq_queue *bio_bfqq;
777 void bfq_mark_bfqq_##name(struct bfq_queue *bfqq); \
778 void bfq_clear_bfqq_##name(struct bfq_queue *bfqq); \
779 int bfq_bfqq_##name(const struct bfq_queue *bfqq);
912 struct bfq_queue *async_bfqq[2][IOPRIO_BE_NR];
913 struct bfq_queue *async_idle_bfqq;
929 struct bfq_queue *async_bfqq[2][IOPRIO_BE_NR];
930 struct bfq_queue *async_idle_bfqq;
936 struct bfq_queue *bfq_entity_to_bfqq(struct bfq_entity *entity);
945 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync);
946 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync);
948 void bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq);
949 void bfq_weights_tree_add(struct bfq_data *bfqd, struct bfq_queue *bfqq,
952 struct bfq_queue *bfqq,
955 struct bfq_queue *bfqq);
956 void bfq_bfqq_expire(struct bfq_data *bfqd, struct bfq_queue *bfqq,
958 void bfq_put_queue(struct bfq_queue *bfqq);
959 void bfq_put_cooperator(struct bfq_queue *bfqq);
961 void bfq_release_process_ref(struct bfq_data *bfqd, struct bfq_queue *bfqq);
970 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq,
981 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq,
989 struct bfq_group *bfqq_group(struct bfq_queue *bfqq);
1011 * happen as a consequence of a bfq_put_queue that frees the bfq_queue
1030 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq);
1031 struct bfq_queue *bfq_entity_to_bfqq(struct bfq_entity *entity);
1042 void bfq_bfqq_served(struct bfq_queue *bfqq, int served);
1043 void bfq_bfqq_charge_time(struct bfq_data *bfqd, struct bfq_queue *bfqq,
1048 struct bfq_queue *bfq_get_next_queue(struct bfq_data *bfqd);
1050 void bfq_deactivate_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq,
1052 void bfq_activate_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq);
1053 void bfq_requeue_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq,
1055 void bfq_del_bfqq_busy(struct bfq_data *bfqd, struct bfq_queue *bfqq,
1057 void bfq_add_bfqq_busy(struct bfq_data *bfqd, struct bfq_queue *bfqq);
1071 struct bfq_group *bfqq_group(struct bfq_queue *bfqq);