Lines Matching refs:is_sync
379 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync, in bic_to_bfqq() argument
382 if (is_sync) in bic_to_bfqq()
392 bool is_sync, in bic_set_bfqq() argument
395 struct bfq_queue *old_bfqq = bic->bfqq[is_sync][actuator_idx]; in bic_set_bfqq()
416 if (is_sync) in bic_set_bfqq()
3234 bool is_sync = op_is_sync(bio->bi_opf); in bfq_allow_bio_merge() local
3240 if (is_sync && !rq_is_sync(rq)) in bfq_allow_bio_merge()
5448 static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync, in bfq_exit_icq_bfqq() argument
5451 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync, actuator_idx); in bfq_exit_icq_bfqq()
5458 bic_set_bfqq(bic, NULL, is_sync, actuator_idx); in bfq_exit_icq_bfqq()
5556 struct bio *bio, bool is_sync,
5590 struct bfq_io_cq *bic, pid_t pid, int is_sync, in bfq_init_bfqq() argument
5608 if (is_sync) { in bfq_init_bfqq()
5830 struct bio *bio, bool is_sync, in bfq_get_queue() argument
5841 if (!is_sync) { in bfq_get_queue()
5855 is_sync, bfq_actuator_index(bfqd, bio)); in bfq_get_queue()
5884 if (bfqq != &bfqd->oom_bfqq && is_sync && !respawn) in bfq_get_queue()
6738 struct bio *bio, bool split, bool is_sync, in __bfq_get_bfqq_handle_split() argument
6742 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync, act_idx); in __bfq_get_bfqq_handle_split()
6753 bfqq = bfq_get_queue(bfqd, bio, is_sync, bic, split); in __bfq_get_bfqq_handle_split()
6755 bic_set_bfqq(bic, bfqq, is_sync, act_idx); in __bfq_get_bfqq_handle_split()
6756 if (split && is_sync) { in __bfq_get_bfqq_handle_split()
6855 bool is_sync) in bfq_get_bfqq_handle_split() argument
6861 bfqq = __bfq_get_bfqq_handle_split(bfqd, bic, bio, false, is_sync, in bfq_get_bfqq_handle_split()
6883 bfqq = __bfq_get_bfqq_handle_split(bfqd, bic, bio, true, is_sync, NULL); in bfq_get_bfqq_handle_split()
6933 const int is_sync = rq_is_sync(rq); in bfq_init_rq() local
6953 bfqq = bfq_get_bfqq_handle_split(bfqd, bic, bio, a_idx, is_sync); in bfq_init_rq()