Searched refs:bfq_data (Results 1 – 4 of 4) sorted by relevance
| /linux/block/ |
| H A D | bfq-iosched.h | 252 struct bfq_data *bfqd; 512 struct bfq_data { struct 1011 struct bfq_data *bfqd; 1049 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic); 1050 void bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq); 1053 void bfq_bfqq_expire(struct bfq_data *bfqd, struct bfq_queue *bfqq, 1057 void bfq_end_wr_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg); 1058 void bfq_release_process_ref(struct bfq_data *bfqd, struct bfq_queue *bfqq); 1059 void bfq_schedule_dispatch(struct bfq_data *bfqd); 1060 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg); [all …]
|
| H A D | bfq-iosched.c | 436 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic) in bic_to_bfqd() 467 void bfq_schedule_dispatch(struct bfq_data *bfqd) in bfq_schedule_dispatch() 486 static struct request *bfq_choose_req(struct bfq_data *bfqd, in bfq_choose_req() 578 static bool bfqq_request_over_limit(struct bfq_data *bfqd, in bfqq_request_over_limit() 670 static bool bfqq_request_over_limit(struct bfq_data *bfqd, in bfqq_request_over_limit() 695 struct bfq_data *bfqd = data->q->elevator->elevator_data; in bfq_limit_depth() 730 bfq_rq_pos_tree_lookup(struct bfq_data *bfqd, struct rb_root *root, in bfq_rq_pos_tree_lookup() 786 bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq) in bfq_pos_tree_add_move() 856 static bool bfq_asymmetric_scenario(struct bfq_data *bfqd, in bfq_asymmetric_scenario() 1017 static struct request *bfq_find_next_rq(struct bfq_data *bfqd, in bfq_find_next_rq() [all …]
|
| H A D | bfq-cgroup.c | 533 struct bfq_data *bfqd = blkg->q->elevator->elevator_data; in bfq_pd_init() 576 static void bfq_link_bfqg(struct bfq_data *bfqd, struct bfq_group *bfqg) in bfq_link_bfqg() 599 struct bfq_group *bfq_bio_bfqg(struct bfq_data *bfqd, struct bio *bio) in bfq_bio_bfqg() 635 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move() 703 static void bfq_sync_bfqq_move(struct bfq_data *bfqd, in bfq_sync_bfqq_move() 753 static void __bfq_bic_change_cgroup(struct bfq_data *bfqd, in __bfq_bic_change_cgroup() 776 struct bfq_data *bfqd = bic_to_bfqd(bic); in bfq_bic_update_cgroup() 817 static void bfq_reparent_leaf_entity(struct bfq_data *bfqd, in bfq_reparent_leaf_entity() 847 static void bfq_reparent_active_queues(struct bfq_data *bfqd, in bfq_reparent_active_queues() 876 struct bfq_data *bfqd = bfqg->bfqd; in bfq_pd_offline() [all …]
|
| H A D | bfq-wf2q.c | 38 unsigned int bfq_tot_busy_queues(struct bfq_data *bfqd) in bfq_tot_busy_queues() 837 void bfq_bfqq_charge_time(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_charge_time() 1444 bool next_queue_may_preempt(struct bfq_data *bfqd) in next_queue_may_preempt() 1454 struct bfq_queue *bfq_get_next_queue(struct bfq_data *bfqd) in bfq_get_next_queue() 1547 bool __bfq_bfqd_reset_in_service(struct bfq_data *bfqd) in __bfq_bfqd_reset_in_service() 1587 void bfq_deactivate_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_deactivate_bfqq() 1595 void bfq_activate_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq) in bfq_activate_bfqq() 1604 void bfq_requeue_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_requeue_bfqq() 1646 struct bfq_data *bfqd = bfqq->bfqd; in bfq_del_bfqq_busy() 1676 struct bfq_data *bfqd = bfqq->bfqd; in bfq_add_bfqq_busy()
|