Searched refs:bfq_io_cq (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/block/ |
D | bfq-iosched.h | 310 struct bfq_io_cq *bic; 359 struct bfq_io_cq { struct 628 struct bfq_io_cq *bio_bic; 824 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync); 825 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync); 826 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic); 861 void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio);
|
D | bfq-iosched.c | 363 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) in bic_to_bfqq() 368 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq() 373 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic) in bic_to_bfqd() 382 static struct bfq_io_cq *icq_to_bic(struct io_cq *icq) in icq_to_bic() 385 return container_of(icq, struct bfq_io_cq, icq); in icq_to_bic() 394 static struct bfq_io_cq *bfq_bic_lookup(struct bfq_data *bfqd, in bfq_bic_lookup() 400 struct bfq_io_cq *icq; in bfq_bic_lookup() 955 struct bfq_io_cq *bic, bool bfq_already_existing) in bfq_bfqq_resume_state() 1843 struct bfq_io_cq *bic = bfq_bic_lookup(bfqd, current->io_context, q); in bfq_bio_merge() 2242 struct bfq_io_cq *bic = bfqq->bic; in bfq_bfqq_save_state() [all …]
|
D | bfq-cgroup.c | 604 struct bfq_io_cq *bic, in __bfq_bic_change_cgroup() 638 void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio) in bfq_bic_update_cgroup() 1202 void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio) {} in bfq_bic_update_cgroup()
|