Home
last modified time | relevance | path

Searched refs:blkg_policy_data (Results 1 – 3 of 3) sorted by relevance

/block/
Dblk-cgroup.c120 struct blkg_policy_data *pd; in blkg_alloc()
498 struct blkg_policy_data *, int), in blkcg_print_blkgs() argument
527 u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v) in __blkg_prfill_u64()
547 u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in __blkg_prfill_rwstat()
582 u64 blkg_prfill_stat(struct seq_file *sf, struct blkg_policy_data *pd, int off) in blkg_prfill_stat()
596 u64 blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in blkg_prfill_rwstat()
606 struct blkg_policy_data *pd, int off) in blkg_prfill_rwstat_field()
648 struct blkg_policy_data *pd, in blkg_prfill_rwstat_field_recursive()
1217 struct blkg_policy_data *pd_prealloc = NULL; in blkcg_activate_policy()
1237 struct blkg_policy_data *pd; in blkcg_activate_policy()
Dblk-throttle.c88 struct blkg_policy_data pd;
159 static inline struct throtl_grp *pd_to_tg(struct blkg_policy_data *pd) in pd_to_tg()
326 static struct blkg_policy_data *throtl_pd_alloc(gfp_t gfp, int node) in throtl_pd_alloc()
351 static void throtl_pd_init(struct blkg_policy_data *pd) in throtl_pd_init()
392 static void throtl_pd_online(struct blkg_policy_data *pd) in throtl_pd_online()
401 static void throtl_pd_free(struct blkg_policy_data *pd) in throtl_pd_free()
1122 static u64 tg_prfill_conf_u64(struct seq_file *sf, struct blkg_policy_data *pd, in tg_prfill_conf_u64()
1133 static u64 tg_prfill_conf_uint(struct seq_file *sf, struct blkg_policy_data *pd, in tg_prfill_conf_uint()
1279 static u64 tg_prfill_max(struct seq_file *sf, struct blkg_policy_data *pd, in tg_prfill_max()
Dcfq-iosched.c226 struct blkg_policy_data pd;
600 static inline struct cfq_group *pd_to_cfqg(struct blkg_policy_data *pd) in pd_to_cfqg()
1612 static struct blkg_policy_data *cfq_pd_alloc(gfp_t gfp, int node) in cfq_pd_alloc()
1629 static void cfq_pd_init(struct blkg_policy_data *pd) in cfq_pd_init()
1638 static void cfq_pd_offline(struct blkg_policy_data *pd) in cfq_pd_offline()
1662 static void cfq_pd_free(struct blkg_policy_data *pd) in cfq_pd_free()
1670 static void cfq_pd_reset_stats(struct blkg_policy_data *pd) in cfq_pd_reset_stats()
1696 struct blkg_policy_data *pd, int off) in cfqg_prfill_weight_device()
1714 struct blkg_policy_data *pd, int off) in cfqg_prfill_leaf_weight_device()
1893 struct blkg_policy_data *pd, int off) in cfqg_prfill_stat_recursive()
[all …]