Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dbfq-iosched.c380 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) in bic_to_bfqq() function
681 struct bfq_queue *bfqq = bic ? bic_to_bfqq(bic, op_is_sync(opf)) : NULL; in bfq_limit_depth()
2487 bfqd->bio_bfqq = bic_to_bfqq(bic, op_is_sync(bio->bi_opf)); in bfq_bio_merge()
5376 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_exit_icq_bfqq()
5492 bfqq = bic_to_bfqq(bic, false); in bfq_check_ioprio_change()
5499 bfqq = bic_to_bfqq(bic, true); in bfq_check_ioprio_change()
6076 if (bic_to_bfqq(RQ_BIC(rq), 1) == bfqq) in __bfq_insert_request()
6644 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_get_bfqq_handle_split()
Dbfq-iosched.h967 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync);
Dbfq-cgroup.c721 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, 0); in __bfq_bic_change_cgroup()
722 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, 1); in __bfq_bic_change_cgroup()