Searched refs:bfq_data (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/block/ |
| D | bfq-iosched.h | 234 struct bfq_data *bfqd; 445 struct bfq_data { struct 945 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic); 946 void bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq); 947 void bfq_weights_tree_add(struct bfq_data *bfqd, struct bfq_queue *bfqq, 949 void __bfq_weights_tree_remove(struct bfq_data *bfqd, 952 void bfq_weights_tree_remove(struct bfq_data *bfqd, 954 void bfq_bfqq_expire(struct bfq_data *bfqd, struct bfq_queue *bfqq, 957 void bfq_end_wr_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg); 958 void bfq_release_process_ref(struct bfq_data *bfqd, struct bfq_queue *bfqq); [all …]
|
| D | bfq-iosched.c | 379 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic) in bic_to_bfqd() 400 static struct bfq_io_cq *bfq_bic_lookup(struct bfq_data *bfqd, in bfq_bic_lookup() 422 void bfq_schedule_dispatch(struct bfq_data *bfqd) in bfq_schedule_dispatch() 439 static struct request *bfq_choose_req(struct bfq_data *bfqd, in bfq_choose_req() 537 struct bfq_data *bfqd = data->q->elevator->elevator_data; in bfq_limit_depth() 551 bfq_rq_pos_tree_lookup(struct bfq_data *bfqd, struct rb_root *root, in bfq_rq_pos_tree_lookup() 607 bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq) in bfq_pos_tree_add_move() 677 static bool bfq_asymmetric_scenario(struct bfq_data *bfqd, in bfq_asymmetric_scenario() 722 void bfq_weights_tree_add(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_weights_tree_add() 796 void __bfq_weights_tree_remove(struct bfq_data *bfqd, in __bfq_weights_tree_remove() [all …]
|
| D | bfq-wf2q.c | 38 unsigned int bfq_tot_busy_queues(struct bfq_data *bfqd) in bfq_tot_busy_queues() 480 struct bfq_data *bfqd = NULL; in bfq_active_insert() 495 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_insert() 582 struct bfq_data *bfqd = NULL; in bfq_active_extract() 594 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_extract() 727 struct bfq_data *bfqd = NULL; in __bfq_entity_update_weight_prio() 740 bfqd = (struct bfq_data *)bfqg->bfqd; in __bfq_entity_update_weight_prio() 874 void bfq_bfqq_charge_time(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_charge_time() 1009 struct bfq_data *bfqd = bfqg->bfqd; in __bfq_activate_entity() 1499 bool next_queue_may_preempt(struct bfq_data *bfqd) in next_queue_may_preempt() [all …]
|
| D | bfq-cgroup.c | 227 if (!(bfqq == ((struct bfq_data *)bfqg->bfqd)->in_service_queue)) in bfqg_stats_update_io_add() 544 struct bfq_data *bfqd = blkg->q->elevator->elevator_data; in bfq_pd_init() 584 static struct bfq_group *bfq_lookup_bfqg(struct bfq_data *bfqd, in bfq_lookup_bfqg() 595 struct bfq_group *bfq_find_set_group(struct bfq_data *bfqd, in bfq_find_set_group() 640 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move() 698 static struct bfq_group *__bfq_bic_change_cgroup(struct bfq_data *bfqd, in __bfq_bic_change_cgroup() 732 struct bfq_data *bfqd = bic_to_bfqd(bic); in bfq_bic_update_cgroup() 821 static void bfq_reparent_leaf_entity(struct bfq_data *bfqd, in bfq_reparent_leaf_entity() 850 static void bfq_reparent_active_queues(struct bfq_data *bfqd, in bfq_reparent_active_queues() 879 struct bfq_data *bfqd = bfqg->bfqd; in bfq_pd_offline() [all …]
|