Lines Matching refs:bfq_io_cq

368 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync)  in bic_to_bfqq()
373 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq()
378 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic) in bic_to_bfqd()
387 static struct bfq_io_cq *icq_to_bic(struct io_cq *icq) in icq_to_bic()
390 return container_of(icq, struct bfq_io_cq, icq); in icq_to_bic()
399 static struct bfq_io_cq *bfq_bic_lookup(struct bfq_data *bfqd, in bfq_bic_lookup()
405 struct bfq_io_cq *icq; in bfq_bic_lookup()
1008 struct bfq_io_cq *bic, bool bfq_already_existing) in bfq_bfqq_resume_state()
2222 struct bfq_io_cq *bic = bfq_bic_lookup(bfqd, current->io_context, q); in bfq_bio_merge()
2675 struct bfq_io_cq *bic = bfqq->bic; in bfq_bfqq_save_state()
2739 bfq_merge_bfqqs(struct bfq_data *bfqd, struct bfq_io_cq *bic, in bfq_merge_bfqqs()
4926 static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync) in bfq_exit_icq_bfqq()
4947 struct bfq_io_cq *bic = icq_to_bic(icq); in bfq_exit_icq()
4958 bfq_set_next_ioprio_data(struct bfq_queue *bfqq, struct bfq_io_cq *bic) in bfq_set_next_ioprio_data()
5006 struct bfq_io_cq *bic);
5008 static void bfq_check_ioprio_change(struct bfq_io_cq *bic, struct bio *bio) in bfq_check_ioprio_change()
5036 struct bfq_io_cq *bic, pid_t pid, int is_sync) in bfq_init_bfqq()
5116 struct bfq_io_cq *bic) in bfq_get_queue()
5208 struct bfq_io_cq *bic) in bfq_update_has_short_ttime()
5971 bfq_split_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq) in bfq_split_bfqq()
5991 struct bfq_io_cq *bic, in bfq_get_bfqq_handle_split()
6097 struct bfq_io_cq *bic; in bfq_init_rq()
6786 .icq_size = sizeof(struct bfq_io_cq),
6787 .icq_align = __alignof__(struct bfq_io_cq),