Searched defs:bfqd (Results 1 – 3 of 3) sorted by relevance
/linux/block/ |
H A D | bfq-cgroup.c | 533 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() 703 static void bfq_sync_bfqq_move(struct bfq_data *bfqd, in bfq_sync_bfqq_move() 753 static void __bfq_bic_change_cgroup(struct bfq_data *bfqd, in __bfq_bic_change_cgroup() 776 struct bfq_data *bfqd = bic_to_bfqd(bic); in bfq_bic_update_cgroup() local 817 static void bfq_reparent_leaf_entity(struct bfq_data *bfqd, in bfq_reparent_leaf_entity() 847 static void bfq_reparent_active_queues(struct bfq_data *bfqd, in bfq_reparent_active_queues() 876 struct bfq_data *bfqd = bfqg->bfqd; in bfq_pd_offline() local [all …]
|
H A D | bfq-wf2q.c | 38 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
|
H A D | bfq-iosched.h | 252 struct bfq_data *bfqd; member 1012 struct bfq_data *bfqd; member 1178 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \ argument 1190 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \ argument 1200 #define bfq_log(bfqd, fmt, args...) \ argument
|