Home
last modified time | relevance | path

Searched defs:bfqd (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/block/
Dbfq-iosched.c231 #define BFQ_RQ_SEEKY(bfqd, last_pos, rq) \ argument
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()
587 struct bfq_data *bfqd = bfqq->bfqd; in bfqq_request_over_limit() local
692 struct bfq_data *bfqd = data->q->elevator->elevator_data; in bfq_limit_depth() local
728 bfq_rq_pos_tree_lookup(struct bfq_data *bfqd, struct rb_root *root, in bfq_rq_pos_tree_lookup()
784 bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq) in bfq_pos_tree_add_move()
854 static bool bfq_asymmetric_scenario(struct bfq_data *bfqd, in bfq_asymmetric_scenario()
1015 static struct request *bfq_find_next_rq(struct bfq_data *bfqd, in bfq_find_next_rq()
1064 static void bfq_updated_next_req(struct bfq_data *bfqd, in bfq_updated_next_req()
[all …]
Dbfq-cgroup.c533 struct bfq_data *bfqd = blkg->q->elevator->elevator_data; in bfq_pd_init() local
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() local
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() local
[all …]
Dbfq-wf2q.c38 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() local
1676 struct bfq_data *bfqd = bfqq->bfqd; in bfq_add_bfqq_busy() local
Dbfq-iosched.h252 struct bfq_data *bfqd; member
1015 struct bfq_data *bfqd; member
1179 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \ argument
1189 #define bfq_log_bfqg(bfqd, bfqg, fmt, args...) do { \ argument
1196 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \ argument
1203 #define bfq_log_bfqg(bfqd, bfqg, fmt, args...) do {} while (0) argument
1207 #define bfq_log(bfqd, fmt, args...) \ argument