Searched defs:blkcg (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/block/ |
D | blk-cgroup.h | 61 struct blkcg *blkcg; member 94 struct blkcg { struct 102 struct blkcg_gq __rcu *blkg_hint; argument 105 struct blkcg_policy_data *cpd[BLKCG_MAX_POLS]; argument 107 struct list_head all_blkcgs_node; argument 122 static inline struct blkcg *css_to_blkcg(struct cgroup_subsys_state *css) in css_to_blkcg() argument 154 struct blkcg *blkcg; member 251 static inline struct blkcg_gq *blkg_lookup(struct blkcg *blkcg, in blkg_lookup() 283 static inline struct blkcg_policy_data *blkcg_to_cpd(struct blkcg *blkcg, in blkcg_to_cpd() 471 struct blkcg { struct [all …]
|
D | blk-cgroup.c | 83 static int init_blkcg_llists(struct blkcg *blkcg) in init_blkcg_llists() 172 struct blkcg *blkcg = blkg->blkcg; in __blkg_release() local 291 static inline struct blkcg *blkcg_parent(struct blkcg *blkcg) in blkcg_parent() 304 static struct blkcg_gq *blkg_alloc(struct blkcg *blkcg, struct gendisk *disk, in blkg_alloc() 375 static struct blkcg_gq *blkg_create(struct blkcg *blkcg, struct gendisk *disk, in blkg_create() 471 static struct blkcg_gq *blkg_lookup_create(struct blkcg *blkcg, in blkg_lookup_create() 530 struct blkcg *blkcg = blkg->blkcg; in blkg_destroy() local 585 struct blkcg *blkcg = blkg->blkcg; in blkg_destroy_all() local 658 struct blkcg *blkcg = css_to_blkcg(css); in blkcg_reset_stats() local 710 void blkcg_print_blkgs(struct seq_file *sf, struct blkcg *blkcg, in blkcg_print_blkgs() [all …]
|
D | blk-ioprio.c | 62 static struct ioprio_blkcg *blkcg_to_ioprio_blkcg(struct blkcg *blkcg) in blkcg_to_ioprio_blkcg() 76 struct ioprio_blkcg *blkcg = ioprio_blkcg_from_css(seq_css(sf)); in ioprio_show_prio_policy() local 85 struct ioprio_blkcg *blkcg = ioprio_blkcg_from_css(of_css(of)); in ioprio_set_prio_policy() local 100 struct ioprio_blkcg *blkcg; in ioprio_alloc_cpd() local 111 struct ioprio_blkcg *blkcg = container_of(cpd, typeof(*blkcg), cpd); in ioprio_free_cpd() local 144 struct ioprio_blkcg *blkcg = blkcg_to_ioprio_blkcg(bio->bi_blkg->blkcg); in blkcg_set_ioprio() local
|
D | bfq-cgroup.c | 488 static struct bfq_group_data *blkcg_to_bfqgd(struct blkcg *blkcg) in blkcg_to_bfqgd() 511 struct blkcg *blkcg, gfp_t gfp) in bfq_pd_alloc() 949 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in bfq_io_show_weight_legacy() local 973 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in bfq_io_show_weight() local 1019 struct blkcg *blkcg = css_to_blkcg(css); in bfq_io_set_weight_legacy() local 1047 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in bfq_io_set_device_weight() local
|
D | blk-cgroup-fc-appid.c | 15 struct blkcg *blkcg; in blkcg_set_fc_appid() local
|
D | blk-throttle.c | 238 struct blkcg *blkcg, gfp_t gfp) in throtl_pd_alloc() 1251 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in tg_set_conf() local 1435 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in tg_set_limit() local
|
D | blk-iocost.c | 694 static struct ioc_cgrp *blkcg_to_iocc(struct blkcg *blkcg) in blkcg_to_iocc() 2959 struct blkcg *blkcg, gfp_t gfp) in ioc_pd_alloc() 3081 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_weight_show() local 3093 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in ioc_weight_write() local 3188 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_qos_show() local 3382 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_cost_model_show() local
|
D | blk-iolatency.c | 830 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in iolatency_set_limit() local 966 struct blkcg *blkcg, gfp_t gfp) in iolatency_pd_alloc()
|
/linux-6.12.1/tools/cgroup/ |
D | iocost_monitor.py | 69 def blkcg_name(blkcg): argument 72 def walk(self, blkcg, q_id, parent_path): argument
|