Searched refs:bic_to_bfqq (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/block/ |
| H A D | bfq-iosched.c | 369 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) in bic_to_bfqq() function 2239 bfqd->bio_bfqq = bic_to_bfqq(bic, op_is_sync(bio->bi_opf)); in bfq_bio_merge() 4967 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_exit_icq_bfqq() 5063 bfqq = bic_to_bfqq(bic, false); in bfq_check_ioprio_change() 5070 bfqq = bic_to_bfqq(bic, true); in bfq_check_ioprio_change() 5448 if (bic_to_bfqq(RQ_BIC(rq), 1) == bfqq) in __bfq_insert_request() 6021 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_get_bfqq_handle_split()
|
| H A D | bfq-iosched.h | 945 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync);
|
| H A D | bfq-cgroup.c | 708 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, 0); in __bfq_bic_change_cgroup() 709 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, 1); in __bfq_bic_change_cgroup()
|