Home
last modified time | relevance | path

Searched refs:bfq_io_cq (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/block/
Dbfq-iosched.h316 struct bfq_io_cq *bic;
386 struct bfq_io_cq { struct
734 struct bfq_io_cq *bio_bic;
937 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync);
938 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync);
939 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic);
974 void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio);
Dbfq-iosched.c368 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) in bic_to_bfqq()
373 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq()
378 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic) in bic_to_bfqd()
387 static struct bfq_io_cq *icq_to_bic(struct io_cq *icq) in icq_to_bic()
390 return container_of(icq, struct bfq_io_cq, icq); in icq_to_bic()
399 static struct bfq_io_cq *bfq_bic_lookup(struct bfq_data *bfqd, in bfq_bic_lookup()
405 struct bfq_io_cq *icq; in bfq_bic_lookup()
1008 struct bfq_io_cq *bic, bool bfq_already_existing) in bfq_bfqq_resume_state()
2222 struct bfq_io_cq *bic = bfq_bic_lookup(bfqd, current->io_context, q); in bfq_bio_merge()
2675 struct bfq_io_cq *bic = bfqq->bic; in bfq_bfqq_save_state()
[all …]
Dbfq-cgroup.c673 struct bfq_io_cq *bic, in __bfq_bic_change_cgroup()
707 void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio) in bfq_bic_update_cgroup()
1366 void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio) {} in bfq_bic_update_cgroup()