Lines Matching refs:is_sync
369 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync)
371 return bic->bfqq[is_sync];
374 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync)
376 struct bfq_queue *old_bfqq = bic->bfqq[is_sync];
382 bic->bfqq[is_sync] = bfqq;
2858 bool is_sync = op_is_sync(bio->bi_opf);
2864 if (is_sync && !rq_is_sync(rq))
4982 static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync)
4984 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync);
4994 bic_set_bfqq(bic, NULL, is_sync);
5061 struct bio *bio, bool is_sync,
5094 struct bfq_io_cq *bic, pid_t pid, int is_sync)
5108 if (is_sync) {
5173 struct bio *bio, bool is_sync,
5183 if (!is_sync) {
5197 is_sync);
6017 bool split, bool is_sync,
6020 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync);
6030 bfqq = bfq_get_queue(bfqd, bio, is_sync, bic);
6032 bic_set_bfqq(bic, bfqq, is_sync);
6033 if (split && is_sync) {
6122 const int is_sync = rq_is_sync(rq);
6146 bfqq = bfq_get_bfqq_handle_split(bfqd, bic, bio, false, is_sync,
6163 true, is_sync,