Home
last modified time | relevance | path

Searched defs:blkcg (Results 1 – 6 of 6) sorted by relevance

/linux/block/
H A Dblk-cgroup.c83 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 …]
H A Dblk-ioprio.c62 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
H A Dbfq-cgroup.c488 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()
950 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in bfq_io_show_weight_legacy() local
974 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in bfq_io_show_weight() local
1020 struct blkcg *blkcg = css_to_blkcg(css); in bfq_io_set_weight_legacy() local
1048 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in bfq_io_set_device_weight() local
H A Dblk-cgroup-fc-appid.c15 struct blkcg *blkcg; in blkcg_set_fc_appid() local
H A Dblk-iocost.c694 static struct ioc_cgrp *blkcg_to_iocc(struct blkcg *blkcg) in blkcg_to_iocc()
2966 struct blkcg *blkcg, gfp_t gfp) in ioc_pd_alloc()
3088 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_weight_show() local
3100 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in ioc_weight_write() local
3195 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_qos_show() local
3390 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_cost_model_show() local
/linux/tools/cgroup/
H A Diocost_monitor.py69 def blkcg_name(blkcg): argument
72 def walk(self, blkcg, q_id, parent_path): argument