Lines Matching refs:is_sync
380 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) in bic_to_bfqq() argument
382 return bic->bfqq[is_sync]; in bic_to_bfqq()
387 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq() argument
402 bic->bfqq[is_sync] = bfqq; in bic_set_bfqq()
3211 bool is_sync = op_is_sync(bio->bi_opf); in bfq_allow_bio_merge() local
3217 if (is_sync && !rq_is_sync(rq)) in bfq_allow_bio_merge()
5368 static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync) in bfq_exit_icq_bfqq() argument
5370 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_exit_icq_bfqq()
5382 bic_set_bfqq(bic, NULL, is_sync); in bfq_exit_icq_bfqq()
5468 struct bio *bio, bool is_sync,
5500 struct bfq_io_cq *bic, pid_t pid, int is_sync) in bfq_init_bfqq() argument
5516 if (is_sync) { in bfq_init_bfqq()
5731 struct bio *bio, bool is_sync, in bfq_get_queue() argument
5742 if (!is_sync) { in bfq_get_queue()
5756 is_sync); in bfq_get_queue()
5785 if (bfqq != &bfqd->oom_bfqq && is_sync && !respawn) in bfq_get_queue()
6636 bool split, bool is_sync, in bfq_get_bfqq_handle_split() argument
6639 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_get_bfqq_handle_split()
6649 bfqq = bfq_get_queue(bfqd, bio, is_sync, bic, split); in bfq_get_bfqq_handle_split()
6651 bic_set_bfqq(bic, bfqq, is_sync); in bfq_get_bfqq_handle_split()
6652 if (split && is_sync) { in bfq_get_bfqq_handle_split()
6743 const int is_sync = rq_is_sync(rq); in bfq_init_rq() local
6767 bfqq = bfq_get_bfqq_handle_split(bfqd, bic, bio, false, is_sync, in bfq_init_rq()
6785 true, is_sync, in bfq_init_rq()