Home
last modified time | relevance | path

Searched refs:bic_to_bfqq (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.c369 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) in bic_to_bfqq() function
2245 bfqd->bio_bfqq = bic_to_bfqq(bic, op_is_sync(bio->bi_opf)); in bfq_bio_merge()
4984 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_exit_icq_bfqq()
5079 bfqq = bic_to_bfqq(bic, false); in bfq_check_ioprio_change()
5088 bfqq = bic_to_bfqq(bic, true); in bfq_check_ioprio_change()
5466 if (bic_to_bfqq(RQ_BIC(rq), 1) == bfqq) in __bfq_insert_request()
6020 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_get_bfqq_handle_split()
H A Dbfq-iosched.h945 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync);
H A Dbfq-cgroup.c710 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, false); in __bfq_bic_change_cgroup()
711 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, true); in __bfq_bic_change_cgroup()
/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.h1049 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync,
H A Dbfq-iosched.c379 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync, in bic_to_bfqq() function
708 bic_to_bfqq(bic, op_is_sync(opf), act_idx); in bfq_limit_depth()
2469 bfqd->bio_bfqq = bic_to_bfqq(bic, op_is_sync(bio->bi_opf), in bfq_bio_merge()
5454 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync, actuator_idx); in bfq_exit_icq_bfqq()
5576 bfqq = bic_to_bfqq(bic, false, bfq_actuator_index(bfqd, bio)); in bfq_check_ioprio_change()
5585 bfqq = bic_to_bfqq(bic, true, bfq_actuator_index(bfqd, bio)); in bfq_check_ioprio_change()
6174 if (bic_to_bfqq(RQ_BIC(rq), true, in __bfq_insert_request()
6746 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync, act_idx); in bfq_get_bfqq_handle_split()
H A Dbfq-cgroup.c765 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, false, act_idx); in __bfq_bic_change_cgroup()
766 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, true, act_idx); in __bfq_bic_change_cgroup()

Completed in 28 milliseconds