Lines Matching refs:ioc_gq
373 struct ioc_gq;
460 struct ioc_gq { struct
549 struct ioc_gq *ancestors[]; argument
573 struct ioc_gq *iocg;
683 static struct ioc_gq *pd_to_iocg(struct blkg_policy_data *pd) in pd_to_iocg()
685 return pd ? container_of(pd, struct ioc_gq, pd) : NULL; in pd_to_iocg()
688 static struct ioc_gq *blkg_to_iocg(struct blkcg_gq *blkg) in blkg_to_iocg()
693 static struct blkcg_gq *iocg_to_blkg(struct ioc_gq *iocg) in iocg_to_blkg()
721 static void iocg_commit_bio(struct ioc_gq *iocg, struct bio *bio, in iocg_commit_bio()
734 static void iocg_lock(struct ioc_gq *iocg, bool lock_ioc, unsigned long *flags) in iocg_lock()
744 static void iocg_unlock(struct ioc_gq *iocg, bool unlock_ioc, unsigned long *flags) in iocg_unlock()
1018 static void __propagate_weights(struct ioc_gq *iocg, u32 active, u32 inuse, in __propagate_weights()
1046 struct ioc_gq *parent = iocg->ancestors[lvl]; in __propagate_weights()
1047 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in __propagate_weights()
1093 static void propagate_weights(struct ioc_gq *iocg, u32 active, u32 inuse, in propagate_weights()
1100 static void current_hweight(struct ioc_gq *iocg, u32 *hw_activep, u32 *hw_inusep) in current_hweight()
1126 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight()
1127 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight()
1158 static u32 current_hweight_max(struct ioc_gq *iocg) in current_hweight_max()
1168 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight_max()
1169 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight_max()
1180 static void weight_updated(struct ioc_gq *iocg, struct ioc_now *now) in weight_updated()
1195 static bool iocg_activate(struct ioc_gq *iocg, struct ioc_now *now) in iocg_activate()
1280 static bool iocg_kick_delay(struct ioc_gq *iocg, struct ioc_now *now) in iocg_kick_delay()
1337 static void iocg_incur_debt(struct ioc_gq *iocg, u64 abs_cost, in iocg_incur_debt()
1362 static void iocg_pay_debt(struct ioc_gq *iocg, u64 abs_vpay, in iocg_pay_debt()
1416 static void iocg_kick_waitq(struct ioc_gq *iocg, bool pay_debt, in iocg_kick_waitq()
1501 struct ioc_gq *iocg = container_of(timer, struct ioc_gq, waitq_timer); in iocg_waitq_timer_fn()
1555 static bool iocg_is_idle(struct ioc_gq *iocg) in iocg_is_idle()
1576 static void iocg_build_inner_walk(struct ioc_gq *iocg, in iocg_build_inner_walk()
1591 struct ioc_gq *inner = iocg->ancestors[lvl]; in iocg_build_inner_walk()
1599 static void iocg_flush_stat_one(struct ioc_gq *iocg, struct ioc_now *now) in iocg_flush_stat_one()
1652 struct ioc_gq *iocg, *tiocg; in iocg_flush_stat()
1672 static u32 hweight_after_donation(struct ioc_gq *iocg, u32 old_hwi, u32 hwm, in hweight_after_donation()
1782 struct ioc_gq *iocg, *tiocg, *root_iocg; in transfer_surpluses()
1834 root_iocg = list_first_entry(&inner_walk, struct ioc_gq, walk_list); in transfer_surpluses()
1848 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1]; in transfer_surpluses()
1856 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1]; in transfer_surpluses()
1870 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1]; in transfer_surpluses()
1916 struct ioc_gq *parent; in transfer_surpluses()
1960 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1]; in transfer_surpluses()
2007 struct ioc_gq *iocg; in ioc_forgive_debts()
2088 struct ioc_gq *iocg, *tiocg; in ioc_timer_fn()
2411 static u64 adjust_inuse_and_calc_cost(struct ioc_gq *iocg, u64 vtime, in adjust_inuse_and_calc_cost()
2471 static void calc_vtime_cost_builtin(struct bio *bio, struct ioc_gq *iocg, in calc_vtime_cost_builtin()
2512 static u64 calc_vtime_cost(struct bio *bio, struct ioc_gq *iocg, bool is_merge) in calc_vtime_cost()
2549 struct ioc_gq *iocg = blkg_to_iocg(blkg); in ioc_rqos_throttle()
2683 struct ioc_gq *iocg = blkg_to_iocg(bio->bi_blkg); in ioc_rqos_merge()
2741 struct ioc_gq *iocg = blkg_to_iocg(bio->bi_blkg); in ioc_rqos_done_bio()
2906 struct ioc_gq *iocg; in ioc_pd_alloc()
2923 struct ioc_gq *iocg = pd_to_iocg(pd); in ioc_pd_init()
2949 struct ioc_gq *tiocg = blkg_to_iocg(tblkg); in ioc_pd_init()
2960 struct ioc_gq *iocg = pd_to_iocg(pd); in ioc_pd_free()
2988 struct ioc_gq *iocg = pd_to_iocg(pd); in ioc_pd_stat()
3020 struct ioc_gq *iocg = pd_to_iocg(pd); in ioc_weight_prfill()
3046 struct ioc_gq *iocg; in ioc_weight_write()
3062 struct ioc_gq *iocg = blkg_to_iocg(blkg); in ioc_weight_write()