Home
last modified time | relevance | path

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

/block/
Dbfq-iosched.c381 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) in bic_to_bfqq() function
2354 bfqd->bio_bfqq = bic_to_bfqq(bic, op_is_sync(bio->bi_opf)); in bfq_bio_merge()
5245 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_exit_icq_bfqq()
5361 bfqq = bic_to_bfqq(bic, false); in bfq_check_ioprio_change()
5370 bfqq = bic_to_bfqq(bic, true); in bfq_check_ioprio_change()
5931 if (bic_to_bfqq(RQ_BIC(rq), 1) == bfqq) in __bfq_insert_request()
6495 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_get_bfqq_handle_split()
Dbfq-iosched.h968 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync);
Dbfq-cgroup.c716 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, false); in __bfq_bic_change_cgroup()
717 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, true); in __bfq_bic_change_cgroup()