Lines Matching refs:bfq_queue

214 	struct bfq_queue *last_bfqq_created;
247 struct bfq_queue { struct
271 struct bfq_queue *new_bfqq; argument
393 struct bfq_queue *waker_bfqq; argument
395 struct bfq_queue *tentative_waker_bfqq; argument
470 struct bfq_queue *stable_merge_bfqq;
491 struct bfq_queue *bfqq[2][BFQ_MAX_ACTUATORS];
623 struct bfq_queue *in_service_queue;
635 struct bfq_queue *last_completed_rq_bfqq;
638 struct bfq_queue *last_bfqq_created;
797 struct bfq_queue oom_bfqq;
811 struct bfq_queue *bio_bfqq;
886 void bfq_mark_bfqq_##name(struct bfq_queue *bfqq); \
887 void bfq_clear_bfqq_##name(struct bfq_queue *bfqq); \
888 int bfq_bfqq_##name(const struct bfq_queue *bfqq);
1018 struct bfq_queue *async_bfqq[2][IOPRIO_NR_LEVELS][BFQ_MAX_ACTUATORS];
1019 struct bfq_queue *async_idle_bfqq[BFQ_MAX_ACTUATORS];
1036 struct bfq_queue *async_bfqq[2][IOPRIO_NR_LEVELS][BFQ_MAX_ACTUATORS];
1037 struct bfq_queue *async_idle_bfqq[BFQ_MAX_ACTUATORS];
1050 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync,
1052 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync,
1055 void bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq);
1056 void bfq_weights_tree_add(struct bfq_queue *bfqq);
1057 void bfq_weights_tree_remove(struct bfq_queue *bfqq);
1058 void bfq_bfqq_expire(struct bfq_data *bfqd, struct bfq_queue *bfqq,
1060 void bfq_put_queue(struct bfq_queue *bfqq);
1061 void bfq_put_cooperator(struct bfq_queue *bfqq);
1063 void bfq_release_process_ref(struct bfq_data *bfqd, struct bfq_queue *bfqq);
1078 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq,
1082 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq,
1094 struct bfq_group *bfqq_group(struct bfq_queue *bfqq);
1135 struct bfq_queue *bfq_entity_to_bfqq(struct bfq_entity *entity);
1146 void bfq_bfqq_served(struct bfq_queue *bfqq, int served);
1147 void bfq_bfqq_charge_time(struct bfq_data *bfqd, struct bfq_queue *bfqq,
1152 struct bfq_queue *bfq_get_next_queue(struct bfq_data *bfqd);
1154 void bfq_deactivate_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq,
1156 void bfq_activate_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq);
1157 void bfq_requeue_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq,
1159 void bfq_del_bfqq_busy(struct bfq_queue *bfqq, bool expiration);
1160 void bfq_add_bfqq_busy(struct bfq_queue *bfqq);
1161 void bfq_add_bfqq_in_groups_with_pending_reqs(struct bfq_queue *bfqq);
1162 void bfq_del_bfqq_in_groups_with_pending_reqs(struct bfq_queue *bfqq);
1167 static inline void bfq_bfqq_name(struct bfq_queue *bfqq, char *str, int len) in bfq_bfqq_name()
1178 struct bfq_group *bfqq_group(struct bfq_queue *bfqq);