Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dbfq-iosched.h328 struct bfq_io_cq *bic;
403 struct bfq_io_cq { struct
761 struct bfq_io_cq *bio_bic;
967 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync);
968 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync);
969 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic);
1010 void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio);
Dbfq-iosched.c377 #define RQ_BIC(rq) ((struct bfq_io_cq *)((rq)->elv.priv[0]))
380 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) in bic_to_bfqq()
387 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq()
425 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic) in bic_to_bfqd()
434 static struct bfq_io_cq *icq_to_bic(struct io_cq *icq) in icq_to_bic()
437 return container_of(icq, struct bfq_io_cq, icq); in icq_to_bic()
444 static struct bfq_io_cq *bfq_bic_lookup(struct request_queue *q) in bfq_bic_lookup()
446 struct bfq_io_cq *icq; in bfq_bic_lookup()
680 struct bfq_io_cq *bic = bfq_bic_lookup(data->q); in bfq_limit_depth()
1169 struct bfq_io_cq *bic, bool bfq_already_existing) in bfq_bfqq_resume_state()
[all …]
Dbfq-cgroup.c718 struct bfq_io_cq *bic, in __bfq_bic_change_cgroup()
773 void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio) in bfq_bic_update_cgroup()
1458 void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio) {} in bfq_bic_update_cgroup()