Lines Matching refs:bfq_io_cq

376 #define RQ_BIC(rq)		((struct bfq_io_cq *)((rq)->elv.priv[0]))
379 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync, in bic_to_bfqq()
390 void bic_set_bfqq(struct bfq_io_cq *bic, in bic_set_bfqq()
436 struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic) in bic_to_bfqd()
445 static struct bfq_io_cq *icq_to_bic(struct io_cq *icq) in icq_to_bic()
448 return container_of(icq, struct bfq_io_cq, icq); in icq_to_bic()
455 static struct bfq_io_cq *bfq_bic_lookup(struct request_queue *q) in bfq_bic_lookup()
457 struct bfq_io_cq *icq; in bfq_bic_lookup()
693 struct bfq_io_cq *bic = bfq_bic_lookup(data->q); in bfq_limit_depth()
1134 struct bfq_io_cq *bic, bool bfq_already_existing) in bfq_bfqq_resume_state()
2457 struct bfq_io_cq *bic = bfq_bic_lookup(q); in bfq_bio_merge()
2907 void *io_struct, bool request, struct bfq_io_cq *bic) in bfq_setup_cooperator()
3038 struct bfq_io_cq *bic = bfqq->bic; in bfq_bfqq_save_state()
3129 bfq_merge_bfqqs(struct bfq_data *bfqd, struct bfq_io_cq *bic, in bfq_merge_bfqqs()
5451 static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync, in bfq_exit_icq_bfqq()
5468 struct bfq_io_cq *bic = icq_to_bic(icq); in bfq_exit_icq()
5507 bfq_set_next_ioprio_data(struct bfq_queue *bfqq, struct bfq_io_cq *bic) in bfq_set_next_ioprio_data()
5558 struct bfq_io_cq *bic,
5561 static void bfq_check_ioprio_change(struct bfq_io_cq *bic, struct bio *bio) in bfq_check_ioprio_change()
5591 struct bfq_io_cq *bic, pid_t pid, int is_sync, in bfq_init_bfqq()
5681 struct bfq_io_cq *bic, in bfq_do_early_stable_merge()
5755 struct bfq_io_cq *bic) in bfq_do_or_sched_stable_merge()
5834 struct bfq_io_cq *bic, in bfq_get_queue()
5948 struct bfq_io_cq *bic) in bfq_update_has_short_ttime()
6720 bfq_split_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq) in bfq_split_bfqq()
6740 struct bfq_io_cq *bic, in bfq_get_bfqq_handle_split()
6850 struct bfq_io_cq *bic; in bfq_init_rq()
7619 .icq_size = sizeof(struct bfq_io_cq),
7620 .icq_align = __alignof__(struct bfq_io_cq),