Searched refs:blkg_policy_data (Results 1 – 6 of 6) sorted by relevance
/linux/block/ |
H A D | bfq-cgroup.c | 90 static u64 blkg_prfill_stat(struct seq_file *sf, struct blkg_policy_data *pd, in blkg_prfill_stat() 274 static struct bfq_group *pd_to_bfqg(struct blkg_policy_data *pd) in pd_to_bfqg() 510 static struct blkg_policy_data *bfq_pd_alloc(struct gendisk *disk, in bfq_pd_alloc() 529 static void bfq_pd_init(struct blkg_policy_data *pd) in bfq_pd_init() 551 static void bfq_pd_free(struct blkg_policy_data *pd) in bfq_pd_free() 559 static void bfq_pd_reset_stats(struct blkg_policy_data *pd) in bfq_pd_reset_stats() 872 static void bfq_pd_offline(struct blkg_policy_data *pd) in bfq_pd_offline() 963 struct blkg_policy_data *pd, int off) in bfqg_prfill_weight_device() 1110 struct blkg_policy_data *pd, int off) in bfqg_prfill_rwstat_recursive() 1135 struct blkg_policy_data *pd, int off) in bfqg_prfill_stat_recursive() [all …]
|
H A D | blk-cgroup-rwstat.c | 36 u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in __blkg_prfill_rwstat() 73 u64 blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in blkg_prfill_rwstat()
|
H A D | blk-throttle.h | 63 struct blkg_policy_data pd; 133 static inline struct throtl_grp *pd_to_tg(struct blkg_policy_data *pd) in pd_to_tg()
|
H A D | blk-cgroup.c | 340 struct blkg_policy_data *pd; in blkg_alloc() 712 struct blkg_policy_data *, int), in blkcg_print_blkgs() argument 741 u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v) in __blkg_prfill_u64() 1547 struct blkg_policy_data *pd_prealloc = NULL; in blkcg_activate_policy() 1570 struct blkg_policy_data *pd; in blkcg_activate_policy() 1640 struct blkg_policy_data *pd; in blkcg_activate_policy()
|
H A D | blk-iocost.c | 463 struct blkg_policy_data pd; 679 static struct ioc_gq *pd_to_iocg(struct blkg_policy_data *pd) in pd_to_iocg() 2965 static struct blkg_policy_data *ioc_pd_alloc(struct gendisk *disk, in ioc_pd_alloc() 2985 static void ioc_pd_init(struct blkg_policy_data *pd) in ioc_pd_init() 3022 static void ioc_pd_free(struct blkg_policy_data *pd) in ioc_pd_free() 3050 static void ioc_pd_stat(struct blkg_policy_data *pd, struct seq_file *s) in ioc_pd_stat() 3074 static u64 ioc_weight_prfill(struct seq_file *sf, struct blkg_policy_data *pd, in ioc_weight_prfill() 3167 static u64 ioc_qos_prfill(struct seq_file *sf, struct blkg_policy_data *pd, in ioc_qos_prfill() 3368 struct blkg_policy_data *pd, int off) in ioc_cost_model_prfill()
|
H A D | bfq-iosched.h | 1004 struct blkg_policy_data pd;
|