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()
3051 bool is_sync = op_is_sync(bio->bi_opf); in bfq_allow_bio_merge() local
3057 if (is_sync && !rq_is_sync(rq)) in bfq_allow_bio_merge()
5209 static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync) in bfq_exit_icq_bfqq() argument
5211 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_exit_icq_bfqq()
5223 bic_set_bfqq(bic, NULL, is_sync); in bfq_exit_icq_bfqq()
5309 struct bio *bio, bool is_sync,
5341 struct bfq_io_cq *bic, pid_t pid, int is_sync) in bfq_init_bfqq() argument
5357 if (is_sync) { in bfq_init_bfqq()
5572 struct bio *bio, bool is_sync, in bfq_get_queue() argument
5590 if (!is_sync) { in bfq_get_queue()
5604 is_sync); in bfq_get_queue()
5633 if (bfqq != &bfqd->oom_bfqq && is_sync && !respawn) in bfq_get_queue()
6508 bool split, bool is_sync, in bfq_get_bfqq_handle_split() argument
6511 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_get_bfqq_handle_split()
6521 bfqq = bfq_get_queue(bfqd, bio, is_sync, bic, split); in bfq_get_bfqq_handle_split()
6523 bic_set_bfqq(bic, bfqq, is_sync); in bfq_get_bfqq_handle_split()
6524 if (split && is_sync) { in bfq_get_bfqq_handle_split()
6613 const int is_sync = rq_is_sync(rq); in bfq_init_rq() local
6637 bfqq = bfq_get_bfqq_handle_split(bfqd, bic, bio, false, is_sync, in bfq_init_rq()
6655 true, is_sync, in bfq_init_rq()