Lines Matching refs:pd
96 struct blkg_policy_data pd; member
180 static inline struct throtl_grp *pd_to_tg(struct blkg_policy_data *pd) in pd_to_tg() argument
182 return pd ? container_of(pd, struct throtl_grp, pd) : NULL; in pd_to_tg()
192 return pd_to_blkg(&tg->pd); in tg_to_blkg()
1289 struct blkg_policy_data *pd, int off) in tg_prfill_cpu_rwstat() argument
1291 struct throtl_grp *tg = pd_to_tg(pd); in tg_prfill_cpu_rwstat()
1306 return __blkg_prfill_rwstat(sf, pd, &rwstat); in tg_prfill_cpu_rwstat()
1316 static u64 tg_prfill_conf_u64(struct seq_file *sf, struct blkg_policy_data *pd, in tg_prfill_conf_u64() argument
1319 struct throtl_grp *tg = pd_to_tg(pd); in tg_prfill_conf_u64()
1324 return __blkg_prfill_u64(sf, pd, v); in tg_prfill_conf_u64()
1327 static u64 tg_prfill_conf_uint(struct seq_file *sf, struct blkg_policy_data *pd, in tg_prfill_conf_uint() argument
1330 struct throtl_grp *tg = pd_to_tg(pd); in tg_prfill_conf_uint()
1335 return __blkg_prfill_u64(sf, pd, v); in tg_prfill_conf_uint()