Lines Matching refs:bic
705 struct bfq_io_cq *bic, in __bfq_bic_change_cgroup() argument
708 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, false); in __bfq_bic_change_cgroup()
709 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, true); in __bfq_bic_change_cgroup()
716 bic_set_bfqq(bic, NULL, false); in __bfq_bic_change_cgroup()
751 bic_set_bfqq(bic, NULL, true); in __bfq_bic_change_cgroup()
760 void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio) in bfq_bic_update_cgroup() argument
762 struct bfq_data *bfqd = bic_to_bfqd(bic); in bfq_bic_update_cgroup()
772 if (unlikely(!bfqd) || likely(bic->blkcg_serial_nr == serial_nr)) in bfq_bic_update_cgroup()
780 __bfq_bic_change_cgroup(bfqd, bic, bfqg); in bfq_bic_update_cgroup()
832 bic->blkcg_serial_nr = serial_nr; in bfq_bic_update_cgroup()
1443 void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio) {} in bfq_bic_update_cgroup() argument