Lines Matching refs:bfqq
225 * does not disappear while a bfqq still references it (mostly to avoid
288 /* node for active/idle bfqq list inside parent bfqd */
392 struct bfq_queue *bfqq[2];
559 /* bfqq owning the last completed rq */
723 /* fallback dummy bfqq for extreme OOM conditions */
737 /* bfqq associated with the task issuing current bio for merging */
759 * bfqq has timed-out at least once
764 * bfqq activated in a large burst,
771 BFQQF_coop, /* bfqq is shared */
772 BFQQF_split_coop, /* shared bfqq will be split */
773 BFQQF_has_waker /* bfqq has a waker queue */
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);
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);
1030 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq);
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,
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);
1073 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \
1077 bfq_pid_to_str((bfqq)->pid, pid_str, MAX_PID_STR_LENGTH); \
1079 bfqg_to_blkg(bfqq_group(bfqq))->blkcg, \
1081 bfq_bfqq_sync((bfqq)) ? 'S' : 'A', ##args); \
1091 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \
1095 bfq_pid_to_str((bfqq)->pid, pid_str, MAX_PID_STR_LENGTH); \
1097 bfq_bfqq_sync((bfqq)) ? 'S' : 'A', \