Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dbfq-iosched.h241 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);
[all …]
Dbfq-iosched.c425 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic) in bic_to_bfqd()
463 void bfq_schedule_dispatch(struct bfq_data *bfqd) in bfq_schedule_dispatch()
482 static struct request *bfq_choose_req(struct bfq_data *bfqd, in bfq_choose_req()
576 struct bfq_data *bfqd = bfqq->bfqd; in bfqq_request_over_limit()
679 struct bfq_data *bfqd = data->q->elevator->elevator_data; in bfq_limit_depth()
708 bfq_rq_pos_tree_lookup(struct bfq_data *bfqd, struct rb_root *root, in bfq_rq_pos_tree_lookup()
764 bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq) in bfq_pos_tree_add_move()
834 static bool bfq_asymmetric_scenario(struct bfq_data *bfqd, in bfq_asymmetric_scenario()
879 void bfq_weights_tree_add(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_weights_tree_add()
953 void __bfq_weights_tree_remove(struct bfq_data *bfqd, in __bfq_weights_tree_remove()
[all …]
Dbfq-wf2q.c38 unsigned int bfq_tot_busy_queues(struct bfq_data *bfqd) in bfq_tot_busy_queues()
462 struct bfq_data *bfqd = NULL; in bfq_active_insert()
477 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_insert()
564 struct bfq_data *bfqd = NULL; in bfq_active_extract()
576 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_extract()
709 struct bfq_data *bfqd = NULL; in __bfq_entity_update_weight_prio()
722 bfqd = (struct bfq_data *)bfqg->bfqd; in __bfq_entity_update_weight_prio()
856 void bfq_bfqq_charge_time(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_charge_time()
991 struct bfq_data *bfqd = bfqg->bfqd; in __bfq_activate_entity()
1480 bool next_queue_may_preempt(struct bfq_data *bfqd) in next_queue_may_preempt()
[all …]
Dbfq-cgroup.c227 if (!(bfqq == ((struct bfq_data *)bfqg->bfqd)->in_service_queue)) in bfqg_stats_update_io_add()
541 struct bfq_data *bfqd = blkg->q->elevator->elevator_data; in bfq_pd_init()
584 static void bfq_link_bfqg(struct bfq_data *bfqd, struct bfq_group *bfqg) in bfq_link_bfqg()
607 struct bfq_group *bfq_bio_bfqg(struct bfq_data *bfqd, struct bio *bio) in bfq_bio_bfqg()
643 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move()
717 static void *__bfq_bic_change_cgroup(struct bfq_data *bfqd, in __bfq_bic_change_cgroup()
775 struct bfq_data *bfqd = bic_to_bfqd(bic); in bfq_bic_update_cgroup()
867 static void bfq_reparent_leaf_entity(struct bfq_data *bfqd, in bfq_reparent_leaf_entity()
897 static void bfq_reparent_active_queues(struct bfq_data *bfqd, in bfq_reparent_active_queues()
926 struct bfq_data *bfqd = bfqg->bfqd; in bfq_pd_offline()
[all …]