Lines Matching refs:bfq_data
241 struct bfq_data *bfqd;
475 struct bfq_data { struct
969 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic);
970 void bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq);
971 void bfq_weights_tree_add(struct bfq_data *bfqd, struct bfq_queue *bfqq,
973 void __bfq_weights_tree_remove(struct bfq_data *bfqd,
976 void bfq_weights_tree_remove(struct bfq_data *bfqd,
978 void bfq_bfqq_expire(struct bfq_data *bfqd, struct bfq_queue *bfqq,
982 void bfq_end_wr_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg);
983 void bfq_release_process_ref(struct bfq_data *bfqd, struct bfq_queue *bfqq);
984 void bfq_schedule_dispatch(struct bfq_data *bfqd);
985 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg);
998 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq,
1011 void bfq_end_wr_async(struct bfq_data *bfqd);
1012 struct bfq_group *bfq_bio_bfqg(struct bfq_data *bfqd, struct bio *bio);
1015 struct bfq_group *bfq_create_group_hierarchy(struct bfq_data *bfqd, int node);
1056 unsigned int bfq_tot_busy_queues(struct bfq_data *bfqd);
1067 void bfq_bfqq_charge_time(struct bfq_data *bfqd, struct bfq_queue *bfqq,
1071 bool next_queue_may_preempt(struct bfq_data *bfqd);
1072 struct bfq_queue *bfq_get_next_queue(struct bfq_data *bfqd);
1073 bool __bfq_bfqd_reset_in_service(struct bfq_data *bfqd);
1074 void bfq_deactivate_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq,
1076 void bfq_activate_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq);
1077 void bfq_requeue_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq,