Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dblk-cgroup.h24 struct blkg_policy_data;
74 struct blkg_policy_data *pd[BLKCG_MAX_POLS];
134 struct blkg_policy_data { struct
160 typedef void (blkcg_pol_init_pd_fn)(struct blkg_policy_data *pd);
161 typedef void (blkcg_pol_online_pd_fn)(struct blkg_policy_data *pd);
162 typedef void (blkcg_pol_offline_pd_fn)(struct blkg_policy_data *pd);
163 typedef void (blkcg_pol_free_pd_fn)(struct blkg_policy_data *pd);
165 typedef void (blkcg_pol_stat_pd_fn)(struct blkg_policy_data *pd,
205 struct blkg_policy_data *, int),
291 static inline struct blkcg_gq *pd_to_blkg(struct blkg_policy_data *pd) in pd_to_blkg()
[all …]
A Dblk-ioprio.c54 struct blkg_policy_data pd;
67 static inline struct ioprio_blkg *pd_to_ioprio(struct blkg_policy_data *pd) in pd_to_ioprio()
86 struct blkg_policy_data *pd = blkg_to_pd(bio->bi_blkg, &ioprio_policy); in ioprio_blkcg_from_bio()
118 static struct blkg_policy_data *
130 static void ioprio_free_pd(struct blkg_policy_data *pd) in ioprio_free_pd()
A Dbfq-cgroup.c274 static struct bfq_group *pd_to_bfqg(struct blkg_policy_data *pd) in pd_to_bfqg()
516 static struct blkg_policy_data *bfq_pd_alloc(struct gendisk *disk, in bfq_pd_alloc()
535 static void bfq_pd_init(struct blkg_policy_data *pd) in bfq_pd_init()
557 static void bfq_pd_free(struct blkg_policy_data *pd) in bfq_pd_free()
565 static void bfq_pd_reset_stats(struct blkg_policy_data *pd) in bfq_pd_reset_stats()
934 static void bfq_pd_offline(struct blkg_policy_data *pd) in bfq_pd_offline()
1025 struct blkg_policy_data *pd, int off) in bfqg_prfill_weight_device()
1170 struct blkg_policy_data *pd, int off) in bfqg_prfill_rwstat_recursive()
1195 struct blkg_policy_data *pd, int off) in bfqg_prfill_stat_recursive()
1244 struct blkg_policy_data *pd, int off) in bfqg_prfill_sectors_recursive()
[all …]
A Dblk-cgroup-rwstat.c42 u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in __blkg_prfill_rwstat()
79 u64 blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in blkg_prfill_rwstat()
A Dblk-throttle.h69 struct blkg_policy_data pd;
157 static inline struct throtl_grp *pd_to_tg(struct blkg_policy_data *pd) in pd_to_tg()
A Dblk-cgroup-rwstat.h44 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,
A Dblk-iolatency.c140 struct blkg_policy_data pd;
183 static inline struct iolatency_grp *pd_to_lat(struct blkg_policy_data *pd) in pd_to_lat()
882 struct blkg_policy_data *pd, int off) in iolatency_prfill_limit()
927 static void iolatency_pd_stat(struct blkg_policy_data *pd, struct seq_file *s) in iolatency_pd_stat()
949 static struct blkg_policy_data *iolatency_pd_alloc(struct gendisk *disk, in iolatency_pd_alloc()
966 static void iolatency_pd_init(struct blkg_policy_data *pd) in iolatency_pd_init()
1009 static void iolatency_pd_offline(struct blkg_policy_data *pd) in iolatency_pd_offline()
1018 static void iolatency_pd_free(struct blkg_policy_data *pd) in iolatency_pd_free()
A Dblk-throttle.c338 static struct blkg_policy_data *throtl_pd_alloc(struct gendisk *disk, in throtl_pd_alloc()
386 static void throtl_pd_init(struct blkg_policy_data *pd) in throtl_pd_init()
436 static void throtl_pd_online(struct blkg_policy_data *pd) in throtl_pd_online()
474 static void throtl_pd_offline(struct blkg_policy_data *pd) in throtl_pd_offline()
489 static void throtl_pd_free(struct blkg_policy_data *pd) in throtl_pd_free()
1270 static u64 tg_prfill_conf_u64(struct seq_file *sf, struct blkg_policy_data *pd, in tg_prfill_conf_u64()
1281 static u64 tg_prfill_conf_uint(struct seq_file *sf, struct blkg_policy_data *pd, in tg_prfill_conf_uint()
1417 struct blkg_policy_data *pd, int off) in tg_prfill_rwstat_recursive()
1482 static u64 tg_prfill_limit(struct seq_file *sf, struct blkg_policy_data *pd, in tg_prfill_limit()
A Dblk-cgroup.c285 struct blkg_policy_data *pd; in blkg_alloc()
614 struct blkg_policy_data *, int), in blkcg_print_blkgs() argument
643 u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v) in __blkg_prfill_u64()
1426 struct blkg_policy_data *pd_prealloc = NULL; in blkcg_activate_policy()
1440 struct blkg_policy_data *pd; in blkcg_activate_policy()
A Dblk-iocost.c463 struct blkg_policy_data pd;
679 static struct ioc_gq *pd_to_iocg(struct blkg_policy_data *pd) in pd_to_iocg()
2940 static struct blkg_policy_data *ioc_pd_alloc(struct gendisk *disk, in ioc_pd_alloc()
2960 static void ioc_pd_init(struct blkg_policy_data *pd) in ioc_pd_init()
2997 static void ioc_pd_free(struct blkg_policy_data *pd) in ioc_pd_free()
3025 static void ioc_pd_stat(struct blkg_policy_data *pd, struct seq_file *s) in ioc_pd_stat()
3049 static u64 ioc_weight_prfill(struct seq_file *sf, struct blkg_policy_data *pd, in ioc_weight_prfill()
3138 static u64 ioc_qos_prfill(struct seq_file *sf, struct blkg_policy_data *pd, in ioc_qos_prfill()
3331 struct blkg_policy_data *pd, int off) in ioc_cost_model_prfill()
A Dbfq-iosched.h1005 struct blkg_policy_data pd;

Completed in 31 milliseconds