Searched refs:blkg_policy_data (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/block/ |
D | blk-cgroup.h | 25 struct blkg_policy_data; 75 struct blkg_policy_data *pd[BLKCG_MAX_POLS]; 138 struct blkg_policy_data { struct 162 typedef struct blkg_policy_data *(blkcg_pol_alloc_pd_fn)(struct gendisk *disk, argument 164 typedef void (blkcg_pol_init_pd_fn)(struct blkg_policy_data *pd); 165 typedef void (blkcg_pol_online_pd_fn)(struct blkg_policy_data *pd); 166 typedef void (blkcg_pol_offline_pd_fn)(struct blkg_policy_data *pd); 167 typedef void (blkcg_pol_free_pd_fn)(struct blkg_policy_data *pd); 168 typedef void (blkcg_pol_reset_pd_stats_fn)(struct blkg_policy_data *pd); 169 typedef void (blkcg_pol_stat_pd_fn)(struct blkg_policy_data *pd, [all …]
|
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() 871 static void bfq_pd_offline(struct blkg_policy_data *pd) in bfq_pd_offline() 962 struct blkg_policy_data *pd, int off) in bfqg_prfill_weight_device() 1109 struct blkg_policy_data *pd, int off) in bfqg_prfill_rwstat_recursive() 1134 struct blkg_policy_data *pd, int off) in bfqg_prfill_stat_recursive() [all …]
|
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()
|
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()
|
D | blk-iolatency.c | 140 struct blkg_policy_data pd; 183 static inline struct iolatency_grp *pd_to_lat(struct blkg_policy_data *pd) in pd_to_lat() 898 struct blkg_policy_data *pd, int off) in iolatency_prfill_limit() 943 static void iolatency_pd_stat(struct blkg_policy_data *pd, struct seq_file *s) in iolatency_pd_stat() 965 static struct blkg_policy_data *iolatency_pd_alloc(struct gendisk *disk, in iolatency_pd_alloc() 982 static void iolatency_pd_init(struct blkg_policy_data *pd) in iolatency_pd_init() 1025 static void iolatency_pd_offline(struct blkg_policy_data *pd) in iolatency_pd_offline() 1034 static void iolatency_pd_free(struct blkg_policy_data *pd) in iolatency_pd_free()
|
D | blk-cgroup-rwstat.h | 44 u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, 46 u64 blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd,
|
D | blk-throttle.c | 237 static struct blkg_policy_data *throtl_pd_alloc(struct gendisk *disk, in throtl_pd_alloc() 275 static void throtl_pd_init(struct blkg_policy_data *pd) in throtl_pd_init() 322 static void throtl_pd_online(struct blkg_policy_data *pd) in throtl_pd_online() 332 static void throtl_pd_free(struct blkg_policy_data *pd) in throtl_pd_free() 1117 static u64 tg_prfill_conf_u64(struct seq_file *sf, struct blkg_policy_data *pd, in tg_prfill_conf_u64() 1128 static u64 tg_prfill_conf_uint(struct seq_file *sf, struct blkg_policy_data *pd, in tg_prfill_conf_uint() 1315 struct blkg_policy_data *pd, int off) in tg_prfill_rwstat_recursive() 1380 static u64 tg_prfill_limit(struct seq_file *sf, struct blkg_policy_data *pd, in tg_prfill_limit()
|
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() 1542 struct blkg_policy_data *pd_prealloc = NULL; in blkcg_activate_policy() 1564 struct blkg_policy_data *pd; in blkcg_activate_policy() 1634 struct blkg_policy_data *pd; in blkcg_activate_policy()
|
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() 2958 static struct blkg_policy_data *ioc_pd_alloc(struct gendisk *disk, in ioc_pd_alloc() 2978 static void ioc_pd_init(struct blkg_policy_data *pd) in ioc_pd_init() 3015 static void ioc_pd_free(struct blkg_policy_data *pd) in ioc_pd_free() 3043 static void ioc_pd_stat(struct blkg_policy_data *pd, struct seq_file *s) in ioc_pd_stat() 3067 static u64 ioc_weight_prfill(struct seq_file *sf, struct blkg_policy_data *pd, in ioc_weight_prfill() 3160 static u64 ioc_qos_prfill(struct seq_file *sf, struct blkg_policy_data *pd, in ioc_qos_prfill() 3360 struct blkg_policy_data *pd, int off) in ioc_cost_model_prfill()
|
D | bfq-iosched.h | 1004 struct blkg_policy_data pd;
|