Lines Matching refs:bfq_io_cq

369 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync)  in bic_to_bfqq()
374 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq()
379 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic) in bic_to_bfqd()
388 static struct bfq_io_cq *icq_to_bic(struct io_cq *icq) in icq_to_bic()
391 return container_of(icq, struct bfq_io_cq, icq); in icq_to_bic()
400 static struct bfq_io_cq *bfq_bic_lookup(struct bfq_data *bfqd, in bfq_bic_lookup()
406 struct bfq_io_cq *icq; in bfq_bic_lookup()
1012 struct bfq_io_cq *bic, bool bfq_already_existing) in bfq_bfqq_resume_state()
2226 struct bfq_io_cq *bic = bfq_bic_lookup(bfqd, current->io_context, q); in bfq_bio_merge()
2679 struct bfq_io_cq *bic = bfqq->bic; in bfq_bfqq_save_state()
2741 bfq_merge_bfqqs(struct bfq_data *bfqd, struct bfq_io_cq *bic, in bfq_merge_bfqqs()
4939 static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync) in bfq_exit_icq_bfqq()
4960 struct bfq_io_cq *bic = icq_to_bic(icq); in bfq_exit_icq()
4971 bfq_set_next_ioprio_data(struct bfq_queue *bfqq, struct bfq_io_cq *bic) in bfq_set_next_ioprio_data()
5020 struct bfq_io_cq *bic);
5022 static void bfq_check_ioprio_change(struct bfq_io_cq *bic, struct bio *bio) in bfq_check_ioprio_change()
5050 struct bfq_io_cq *bic, pid_t pid, int is_sync) in bfq_init_bfqq()
5130 struct bfq_io_cq *bic) in bfq_get_queue()
5222 struct bfq_io_cq *bic) in bfq_update_has_short_ttime()
5981 bfq_split_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq) in bfq_split_bfqq()
6001 struct bfq_io_cq *bic, in bfq_get_bfqq_handle_split()
6107 struct bfq_io_cq *bic; in bfq_init_rq()
6804 .icq_size = sizeof(struct bfq_io_cq),
6805 .icq_align = __alignof__(struct bfq_io_cq),