Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dblk-cgroup.h308 static inline struct blkg_policy_data *blkg_to_pd(struct blkcg_gq *blkg, in blkg_to_pd() function
765 static inline struct blkg_policy_data *blkg_to_pd(struct blkcg_gq *blkg, in blkg_to_pd() function
/linux-4.4.14/block/
Dblk-cgroup.c715 stat = (void *)blkg_to_pd(pos_blkg, pol) + off; in blkg_stat_recursive_sum()
758 rwstat = (void *)blkg_to_pd(pos_blkg, pol) + off; in blkg_rwstat_recursive_sum()
Dblk-throttle.c166 return pd_to_tg(blkg_to_pd(blkg, &blkcg_policy_throtl)); in blkg_to_tg()
Dcfq-iosched.c620 return pd_to_cfqg(blkg_to_pd(blkg, &blkcg_policy_cfq)); in blkg_to_cfqg()