Home
last modified time | relevance | path

Searched refs:bfq_data (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/block/
Dbfq-iosched.h236 struct bfq_data *bfqd;
407 struct bfq_data { struct
826 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic);
827 void bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq);
828 void bfq_weights_tree_add(struct bfq_data *bfqd, struct bfq_entity *entity,
830 void __bfq_weights_tree_remove(struct bfq_data *bfqd,
833 void bfq_weights_tree_remove(struct bfq_data *bfqd,
835 void bfq_bfqq_expire(struct bfq_data *bfqd, struct bfq_queue *bfqq,
838 void bfq_end_wr_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg);
839 void bfq_schedule_dispatch(struct bfq_data *bfqd);
[all …]
Dbfq-iosched.c373 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic) in bic_to_bfqd()
394 static struct bfq_io_cq *bfq_bic_lookup(struct bfq_data *bfqd, in bfq_bic_lookup()
416 void bfq_schedule_dispatch(struct bfq_data *bfqd) in bfq_schedule_dispatch()
434 static struct request *bfq_choose_req(struct bfq_data *bfqd, in bfq_choose_req()
532 struct bfq_data *bfqd = data->q->elevator->elevator_data; in bfq_limit_depth()
546 bfq_rq_pos_tree_lookup(struct bfq_data *bfqd, struct rb_root *root, in bfq_rq_pos_tree_lookup()
593 void bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq) in bfq_pos_tree_add_move()
629 static bool bfq_differentiated_weights(struct bfq_data *bfqd) in bfq_differentiated_weights()
672 static bool bfq_symmetric_scenario(struct bfq_data *bfqd) in bfq_symmetric_scenario()
690 void bfq_weights_tree_add(struct bfq_data *bfqd, struct bfq_entity *entity, in bfq_weights_tree_add()
[all …]
Dbfq-wf2q.c486 struct bfq_data *bfqd = NULL; in bfq_active_insert()
501 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_insert()
588 struct bfq_data *bfqd = NULL; in bfq_active_extract()
600 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_extract()
733 struct bfq_data *bfqd = NULL; in __bfq_entity_update_weight_prio()
746 bfqd = (struct bfq_data *)bfqg->bfqd; in __bfq_entity_update_weight_prio()
880 void bfq_bfqq_charge_time(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_charge_time()
1493 bool next_queue_may_preempt(struct bfq_data *bfqd) in next_queue_may_preempt()
1503 struct bfq_queue *bfq_get_next_queue(struct bfq_data *bfqd) in bfq_get_next_queue()
1595 void __bfq_bfqd_reset_in_service(struct bfq_data *bfqd) in __bfq_bfqd_reset_in_service()
[all …]
Dbfq-cgroup.c160 if (!(bfqq == ((struct bfq_data *)bfqg->bfqd)->in_service_queue)) in bfqg_stats_update_io_add()
459 struct bfq_data *bfqd = blkg->q->elevator->elevator_data; in bfq_pd_init()
499 static struct bfq_group *bfq_lookup_bfqg(struct bfq_data *bfqd, in bfq_lookup_bfqg()
510 struct bfq_group *bfq_find_set_group(struct bfq_data *bfqd, in bfq_find_set_group()
554 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move()
603 static struct bfq_group *__bfq_bic_change_cgroup(struct bfq_data *bfqd, in __bfq_bic_change_cgroup()
640 struct bfq_data *bfqd = bic_to_bfqd(bic); in bfq_bic_update_cgroup()
728 static void bfq_reparent_leaf_entity(struct bfq_data *bfqd, in bfq_reparent_leaf_entity()
743 static void bfq_reparent_active_entities(struct bfq_data *bfqd, in bfq_reparent_active_entities()
773 struct bfq_data *bfqd = bfqg->bfqd; in bfq_pd_offline()
[all …]