block/bfq-cgroup.c
1407
void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio) {}
block/bfq-cgroup.c
705
struct bfq_io_cq *bic,
block/bfq-cgroup.c
754
struct bfq_io_cq *bic,
block/bfq-cgroup.c
774
void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio)
block/bfq-iosched.c
1136
struct bfq_io_cq *bic, bool bfq_already_existing)
block/bfq-iosched.c
2451
struct bfq_io_cq *bic = bfq_bic_lookup(q);
block/bfq-iosched.c
2902
void *io_struct, bool request, struct bfq_io_cq *bic)
block/bfq-iosched.c
3037
struct bfq_io_cq *bic = bfqq->bic;
block/bfq-iosched.c
3128
struct bfq_io_cq *bic,
block/bfq-iosched.c
376
#define RQ_BIC(rq) ((struct bfq_io_cq *)((rq)->elv.priv[0]))
block/bfq-iosched.c
379
struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync,
block/bfq-iosched.c
390
void bic_set_bfqq(struct bfq_io_cq *bic,
block/bfq-iosched.c
436
struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic)
block/bfq-iosched.c
445
static struct bfq_io_cq *icq_to_bic(struct io_cq *icq)
block/bfq-iosched.c
448
return container_of(icq, struct bfq_io_cq, icq);
block/bfq-iosched.c
455
static struct bfq_io_cq *bfq_bic_lookup(struct request_queue *q)
block/bfq-iosched.c
5448
static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync,
block/bfq-iosched.c
5463
static void _bfq_exit_icq(struct bfq_io_cq *bic, unsigned int num_actuators)
block/bfq-iosched.c
5479
struct bfq_io_cq *bic = icq_to_bic(icq);
block/bfq-iosched.c
5506
bfq_set_next_ioprio_data(struct bfq_queue *bfqq, struct bfq_io_cq *bic)
block/bfq-iosched.c
5557
struct bfq_io_cq *bic,
block/bfq-iosched.c
5560
static void bfq_check_ioprio_change(struct bfq_io_cq *bic, struct bio *bio)
block/bfq-iosched.c
5590
struct bfq_io_cq *bic, pid_t pid, int is_sync,
block/bfq-iosched.c
5680
struct bfq_io_cq *bic,
block/bfq-iosched.c
5752
struct bfq_io_cq *bic)
block/bfq-iosched.c
579
struct bfq_io_cq *bic, blk_opf_t opf,
block/bfq-iosched.c
5831
struct bfq_io_cq *bic,
block/bfq-iosched.c
5944
struct bfq_io_cq *bic)
block/bfq-iosched.c
671
struct bfq_io_cq *bic, blk_opf_t opf,
block/bfq-iosched.c
6717
bfq_split_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq)
block/bfq-iosched.c
6737
__bfq_get_bfqq_handle_split(struct bfq_data *bfqd, struct bfq_io_cq *bic,
block/bfq-iosched.c
6852
struct bfq_io_cq *bic,
block/bfq-iosched.c
6932
struct bfq_io_cq *bic;
block/bfq-iosched.c
696
struct bfq_io_cq *bic = bfq_bic_lookup(data->q);
block/bfq-iosched.c
7615
.icq_size = sizeof(struct bfq_io_cq),
block/bfq-iosched.c
7616
.icq_align = __alignof__(struct bfq_io_cq),
block/bfq-iosched.h
1045
struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync,
block/bfq-iosched.h
1047
void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync,
block/bfq-iosched.h
1049
struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic);
block/bfq-iosched.h
1085
void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio);
block/bfq-iosched.h
339
struct bfq_io_cq *bic;
block/bfq-iosched.h
808
struct bfq_io_cq *bio_bic;