Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dblk-cgroup.h85 struct blkg_policy_data { struct
133 struct blkg_policy_data *pd[BLKCG_MAX_POLS];
142 typedef struct blkg_policy_data *(blkcg_pol_alloc_pd_fn)(gfp_t gfp, int node);
143 typedef void (blkcg_pol_init_pd_fn)(struct blkg_policy_data *pd);
144 typedef void (blkcg_pol_online_pd_fn)(struct blkg_policy_data *pd);
145 typedef void (blkcg_pol_offline_pd_fn)(struct blkg_policy_data *pd);
146 typedef void (blkcg_pol_free_pd_fn)(struct blkg_policy_data *pd);
147 typedef void (blkcg_pol_reset_pd_stats_fn)(struct blkg_policy_data *pd);
191 struct blkg_policy_data *, int),
194 u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v);
[all …]
/linux-4.4.14/block/
Dblk-cgroup.c120 struct blkg_policy_data *pd; in blkg_alloc()
497 struct blkg_policy_data *, int), in blkcg_print_blkgs() argument
526 u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v) in __blkg_prfill_u64()
546 u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in __blkg_prfill_rwstat()
581 u64 blkg_prfill_stat(struct seq_file *sf, struct blkg_policy_data *pd, int off) in blkg_prfill_stat()
595 u64 blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in blkg_prfill_rwstat()
605 struct blkg_policy_data *pd, int off) in blkg_prfill_rwstat_field()
647 struct blkg_policy_data *pd, in blkg_prfill_rwstat_field_recursive()
1209 struct blkg_policy_data *pd_prealloc = NULL; in blkcg_activate_policy()
1229 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()
1111 static u64 tg_prfill_conf_u64(struct seq_file *sf, struct blkg_policy_data *pd, in tg_prfill_conf_u64()
1122 static u64 tg_prfill_conf_uint(struct seq_file *sf, struct blkg_policy_data *pd, in tg_prfill_conf_uint()
1268 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 …]