Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
Dblk-cgroup-rwstat.c121 rwstat = (void *)blkg_to_pd(pos_blkg, pol) + off; in blkg_rwstat_recursive_sum()
Dblk-iolatency.c189 return pd_to_lat(blkg_to_pd(blkg, &blkcg_policy_iolatency)); in blkg_to_lat()
1006 if (blkg->parent && blkg_to_pd(blkg->parent, &blkcg_policy_iolatency)) { in iolatency_pd_init()
Dbfq-cgroup.c291 return pd_to_bfqg(blkg_to_pd(blkg, &blkcg_policy_bfq)); in blkg_to_bfqg()
1187 stat = (void *)blkg_to_pd(pos_blkg, &blkcg_policy_bfq) + off; in bfqg_prfill_stat_recursive()
Dblk-throttle.c242 return pd_to_tg(blkg_to_pd(blkg, &blkcg_policy_throtl)); in blkg_to_tg()
Dblk-iocost.c690 return pd_to_iocg(blkg_to_pd(blkg, &blkcg_policy_iocost)); in blkg_to_iocg()
/kernel/linux/linux-5.10/include/linux/
Dblk-cgroup.h376 static inline struct blkg_policy_data *blkg_to_pd(struct blkcg_gq *blkg, in blkg_to_pd() function
663 static inline struct blkg_policy_data *blkg_to_pd(struct blkcg_gq *blkg, in blkg_to_pd() function