Lines Matching refs:bfq_io_cq

380 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool 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()
419 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic) in bic_to_bfqd()
428 static struct bfq_io_cq *icq_to_bic(struct io_cq *icq) in icq_to_bic()
431 return container_of(icq, struct bfq_io_cq, icq); in icq_to_bic()
440 static struct bfq_io_cq *bfq_bic_lookup(struct bfq_data *bfqd, in bfq_bic_lookup()
446 struct bfq_io_cq *icq; in bfq_bic_lookup()
1052 struct bfq_io_cq *bic, bool bfq_already_existing) in bfq_bfqq_resume_state()
2335 struct bfq_io_cq *bic = bfq_bic_lookup(bfqd, current->io_context, q); in bfq_bio_merge()
2723 void *io_struct, bool request, struct bfq_io_cq *bic) in bfq_setup_cooperator()
2867 struct bfq_io_cq *bic = bfqq->bic; in bfq_bfqq_save_state()
2949 bfq_merge_bfqqs(struct bfq_data *bfqd, struct bfq_io_cq *bic, in bfq_merge_bfqqs()
5209 static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync) in bfq_exit_icq_bfqq()
5230 struct bfq_io_cq *bic = icq_to_bic(icq); in bfq_exit_icq()
5259 bfq_set_next_ioprio_data(struct bfq_queue *bfqq, struct bfq_io_cq *bic) in bfq_set_next_ioprio_data()
5310 struct bfq_io_cq *bic,
5313 static void bfq_check_ioprio_change(struct bfq_io_cq *bic, struct bio *bio) in bfq_check_ioprio_change()
5341 struct bfq_io_cq *bic, pid_t pid, int is_sync) in bfq_init_bfqq()
5427 struct bfq_io_cq *bic, in bfq_do_early_stable_merge()
5500 struct bfq_io_cq *bic) in bfq_do_or_sched_stable_merge()
5573 struct bfq_io_cq *bic, in bfq_get_queue()
5695 struct bfq_io_cq *bic) in bfq_update_has_short_ttime()
6486 bfq_split_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq) in bfq_split_bfqq()
6506 struct bfq_io_cq *bic, in bfq_get_bfqq_handle_split()
6612 struct bfq_io_cq *bic; in bfq_init_rq()
7321 .icq_size = sizeof(struct bfq_io_cq),
7322 .icq_align = __alignof__(struct bfq_io_cq),