Searched refs:blkg (Results 1 – 1 of 1) sorted by relevance
93 struct blkcg_gq *blkg; member197 const char *blkg_dev_name(struct blkcg_gq *blkg);207 struct blkcg_gq *blkg; member336 struct blkcg_gq *blkg; in __blkg_lookup() local341 blkg = rcu_dereference(blkcg->blkg_hint); in __blkg_lookup()342 if (blkg && blkg->q == q) in __blkg_lookup()343 return blkg; in __blkg_lookup()381 static inline struct blkg_policy_data *blkg_to_pd(struct blkcg_gq *blkg, in blkg_to_pd() argument384 return blkg ? blkg->pd[pol->plid] : NULL; in blkg_to_pd()401 return pd ? pd->blkg : NULL; in pd_to_blkg()[all …]