Home
last modified time | relevance | path

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

/block/
Dbfq-iosched.c231 #define BFQ_RQ_SEEKY(bfqd, last_pos, rq) \ argument
406 static struct bfq_io_cq *bfq_bic_lookup(struct bfq_data *bfqd, in bfq_bic_lookup()
428 void bfq_schedule_dispatch(struct bfq_data *bfqd) in bfq_schedule_dispatch()
447 static struct request *bfq_choose_req(struct bfq_data *bfqd, in bfq_choose_req()
545 struct bfq_data *bfqd = data->q->elevator->elevator_data; in bfq_limit_depth() local
559 bfq_rq_pos_tree_lookup(struct bfq_data *bfqd, struct rb_root *root, in bfq_rq_pos_tree_lookup()
615 bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq) in bfq_pos_tree_add_move()
685 static bool bfq_asymmetric_scenario(struct bfq_data *bfqd, in bfq_asymmetric_scenario()
730 void bfq_weights_tree_add(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_weights_tree_add()
804 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()
480 struct bfq_data *bfqd = NULL; in bfq_active_insert() local
582 struct bfq_data *bfqd = NULL; in bfq_active_extract() local
727 struct bfq_data *bfqd = NULL; in __bfq_entity_update_weight_prio() local
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() local
1499 bool next_queue_may_preempt(struct bfq_data *bfqd) in next_queue_may_preempt()
1509 struct bfq_queue *bfq_get_next_queue(struct bfq_data *bfqd) in bfq_get_next_queue()
1602 bool __bfq_bfqd_reset_in_service(struct bfq_data *bfqd) in __bfq_bfqd_reset_in_service()
1642 void bfq_deactivate_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_deactivate_bfqq()
[all …]
Dbfq-cgroup.c544 struct bfq_data *bfqd = blkg->q->elevator->elevator_data; in bfq_pd_init() local
585 static void bfq_link_bfqg(struct bfq_data *bfqd, struct bfq_group *bfqg) in bfq_link_bfqg()
608 struct bfq_group *bfq_bio_bfqg(struct bfq_data *bfqd, struct bio *bio) in bfq_bio_bfqg()
644 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move()
704 static void *__bfq_bic_change_cgroup(struct bfq_data *bfqd, in __bfq_bic_change_cgroup()
762 struct bfq_data *bfqd = bic_to_bfqd(bic); in bfq_bic_update_cgroup() local
853 static void bfq_reparent_leaf_entity(struct bfq_data *bfqd, in bfq_reparent_leaf_entity()
882 static void bfq_reparent_active_queues(struct bfq_data *bfqd, in bfq_reparent_active_queues()
911 struct bfq_data *bfqd = bfqg->bfqd; in bfq_pd_offline() local
972 void bfq_end_wr_async(struct bfq_data *bfqd) in bfq_end_wr_async()
[all …]
Dbfq-iosched.h234 struct bfq_data *bfqd; member
910 void *bfqd; member
1073 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \ argument
1084 #define bfq_log_bfqg(bfqd, bfqg, fmt, args...) do { \ argument
1091 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \ argument
1100 #define bfq_log_bfqg(bfqd, bfqg, fmt, args...) do {} while (0) argument
1104 #define bfq_log(bfqd, fmt, args...) \ argument