Searched refs:bfq_data (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/block/ |
H A D | bfq-iosched.h | 252 struct bfq_data *bfqd; 512 struct bfq_data { struct 1015 struct bfq_data *bfqd; 1053 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic); 1054 void bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq); 1057 void bfq_bfqq_expire(struct bfq_data *bfqd, struct bfq_queue *bfqq, 1061 void bfq_end_wr_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg); 1062 void bfq_release_process_ref(struct bfq_data *bfqd, struct bfq_queue *bfqq); 1063 void bfq_schedule_dispatch(struct bfq_data *bfqd); 1064 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() 474 void bfq_schedule_dispatch(struct bfq_data *bfqd) in bfq_schedule_dispatch() 493 static struct request *bfq_choose_req(struct bfq_data *bfqd, in bfq_choose_req() 585 static bool bfqq_request_over_limit(struct bfq_data *bfqd, in bfqq_request_over_limit() 677 static bool bfqq_request_over_limit(struct bfq_data *bfqd, in bfqq_request_over_limit() 702 struct bfq_data *bfqd = data->q->elevator->elevator_data; in bfq_limit_depth() 739 bfq_rq_pos_tree_lookup(struct bfq_data *bfqd, struct rb_root *root, in bfq_rq_pos_tree_lookup() 795 bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq) in bfq_pos_tree_add_move() 865 static bool bfq_asymmetric_scenario(struct bfq_data *bfqd, in bfq_asymmetric_scenario() 1026 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() 708 static void bfq_sync_bfqq_move(struct bfq_data *bfqd, in bfq_sync_bfqq_move() 758 static void __bfq_bic_change_cgroup(struct bfq_data *bfqd, in __bfq_bic_change_cgroup() 781 struct bfq_data *bfqd = bic_to_bfqd(bic); in bfq_bic_update_cgroup() 873 static void bfq_reparent_leaf_entity(struct bfq_data *bfqd, in bfq_reparent_leaf_entity() 903 static void bfq_reparent_active_queues(struct bfq_data *bfqd, in bfq_reparent_active_queues() 932 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()
|