Home
last modified time | relevance | path

Searched refs:pd_to_blkg (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/block/
Dblk-cgroup.h227 static inline struct blkcg_gq *pd_to_blkg(struct blkg_policy_data *pd) in pd_to_blkg() function
588 static inline struct blkcg_gq *pd_to_blkg(struct blkg_policy_data *pd) { return NULL; } in pd_to_blkg() function
Dblk-cgroup.c640 blkg_for_each_descendant_pre(pos_blkg, pos_css, pd_to_blkg(pd)) { in blkg_stat_recursive_sum()
674 blkg_for_each_descendant_pre(pos_blkg, pos_css, pd_to_blkg(pd)) { in blkg_rwstat_recursive_sum()
Dblk-throttle.c192 return pd_to_blkg(&tg->pd); in tg_to_blkg()
Dcfq-iosched.c456 return pd_to_blkg(&cfqg->pd); in cfqg_to_blkg()