Home
last modified time | relevance | path

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

/block/
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()
4973 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_exit_icq_bfqq()
5068 bfqq = bic_to_bfqq(bic, false); in bfq_check_ioprio_change()
5077 bfqq = bic_to_bfqq(bic, true); in bfq_check_ioprio_change()
5455 if (bic_to_bfqq(RQ_BIC(rq), 1) == bfqq) in __bfq_insert_request()
6028 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_get_bfqq_handle_split()
Dbfq-iosched.h945 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync);
Dbfq-cgroup.c708 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, false); in __bfq_bic_change_cgroup()
709 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, true); in __bfq_bic_change_cgroup()