Searched defs:blkcg (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/block/ |
D | blk-cgroup.h | 56 struct blkcg *blkcg; member 88 struct blkcg { struct 94 struct blkcg_gq __rcu *blkg_hint; argument 97 struct blkcg_policy_data *cpd[BLKCG_MAX_POLS]; argument 99 struct list_head all_blkcgs_node; argument 108 static inline struct blkcg *css_to_blkcg(struct cgroup_subsys_state *css) in css_to_blkcg() argument 139 struct blkcg *blkcg; member 236 static inline struct blkcg_gq *blkg_lookup(struct blkcg *blkcg, in blkg_lookup() 269 static inline struct blkcg_policy_data *blkcg_to_cpd(struct blkcg *blkcg, in blkcg_to_cpd() 480 struct blkcg { struct [all …]
|
D | blk-ioprio.c | 72 static struct ioprio_blkcg *blkcg_to_ioprio_blkcg(struct blkcg *blkcg) in blkcg_to_ioprio_blkcg() 96 struct ioprio_blkcg *blkcg = ioprio_blkcg_from_css(seq_css(sf)); in ioprio_show_prio_policy() local 105 struct ioprio_blkcg *blkcg = ioprio_blkcg_from_css(of_css(of)); in ioprio_set_prio_policy() local 119 ioprio_alloc_pd(gfp_t gfp, struct request_queue *q, struct blkcg *blkcg) in ioprio_alloc_pd() 139 struct ioprio_blkcg *blkcg; in ioprio_alloc_cpd() local 150 struct ioprio_blkcg *blkcg = container_of(cpd, typeof(*blkcg), cpd); in ioprio_free_cpd() local 186 struct ioprio_blkcg *blkcg = ioprio_blkcg_from_bio(bio); in blkcg_set_ioprio() local
|
D | blk-cgroup.c | 197 static inline struct blkcg *blkcg_parent(struct blkcg *blkcg) in blkcg_parent() 210 static struct blkcg_gq *blkg_alloc(struct blkcg *blkcg, struct gendisk *disk, in blkg_alloc() 270 static struct blkcg_gq *blkg_create(struct blkcg *blkcg, struct gendisk *disk, in blkg_create() 362 static struct blkcg_gq *blkg_lookup_create(struct blkcg *blkcg, in blkg_lookup_create() 421 struct blkcg *blkcg = blkg->blkcg; in blkg_destroy() local 468 struct blkcg *blkcg = blkg->blkcg; in blkg_destroy_all() local 493 struct blkcg *blkcg = css_to_blkcg(css); in blkcg_reset_stats() local 551 void blkcg_print_blkgs(struct seq_file *sf, struct blkcg *blkcg, in blkcg_print_blkgs() 644 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol, in blkg_conf_prep() 829 struct blkcg *blkcg = css_to_blkcg(css); in blkcg_rstat_flush() local [all …]
|
D | blk-cgroup-fc-appid.c | 15 struct blkcg *blkcg; in blkcg_set_fc_appid() local
|
D | bfq-cgroup.c | 490 static struct bfq_group_data *blkcg_to_bfqgd(struct blkcg *blkcg) in blkcg_to_bfqgd() 519 struct blkcg *blkcg) in bfq_pd_alloc() 1001 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in bfq_io_show_weight_legacy() local 1025 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in bfq_io_show_weight() local 1071 struct blkcg *blkcg = css_to_blkcg(css); in bfq_io_set_weight_legacy() local 1099 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in bfq_io_set_device_weight() local
|
D | blk-iocost.c | 691 static struct ioc_cgrp *blkcg_to_iocc(struct blkcg *blkcg) in blkcg_to_iocc() 2921 struct blkcg *blkcg) in ioc_pd_alloc() 3042 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_weight_show() local 3054 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in ioc_weight_write() local 3143 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_qos_show() local 3312 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_cost_model_show() local
|
D | blk-iolatency.c | 837 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in iolatency_set_limit() local 958 struct blkcg *blkcg) in iolatency_pd_alloc()
|
D | blk-throttle.c | 340 struct blkcg *blkcg) in throtl_pd_alloc() 1377 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in tg_set_conf() local 1567 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in tg_set_limit() local
|
/Linux-v6.1/tools/cgroup/ |
D | iocost_monitor.py | 69 def blkcg_name(blkcg): argument 72 def walk(self, blkcg, q_id, parent_path): argument
|