Searched defs:blkcg (Results 1 – 4 of 4) sorted by relevance
/block/ |
D | blk-cgroup.c | 99 static struct blkcg_gq *blkg_alloc(struct blkcg *blkcg, struct request_queue *q, in blkg_alloc() 161 static struct blkcg_gq *__blkg_lookup(struct blkcg *blkcg, in __blkg_lookup() 197 struct blkcg_gq *blkg_lookup(struct blkcg *blkcg, struct request_queue *q) in blkg_lookup() 211 static struct blkcg_gq *blkg_create(struct blkcg *blkcg, in blkg_create() 291 struct blkcg_gq *blkg_lookup_create(struct blkcg *blkcg, in blkg_lookup_create() 332 struct blkcg *blkcg = blkg->blkcg; in blkg_destroy() local 382 struct blkcg *blkcg = blkg->blkcg; in blkg_destroy_all() local 460 struct blkcg *blkcg = cgroup_to_blkcg(cgroup); in blkcg_reset_stats() local 513 void blkcg_print_blkgs(struct seq_file *sf, struct blkcg *blkcg, in blkcg_print_blkgs() 709 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol, in blkg_conf_prep() [all …]
|
D | blk-cgroup.h | 44 struct blkcg { struct 49 struct blkcg_gq *blkg_hint; argument 52 /* for policies to test whether associated blkcg has changed */ argument 55 /* TODO: per-policy storage in blkcg */ argument 71 * A blkcg_gq (blkg) is association between a block cgroup (blkcg) and a argument 98 struct blkcg *blkcg; member 207 static inline struct blkcg *blkcg_parent(struct blkcg *blkcg) in blkcg_parent() 298 struct blkcg *blkcg; in blk_get_rl() local 534 static inline struct blkcg_gq *blkg_lookup(struct blkcg *blkcg, void *key) { return NULL; } in blkg_lookup()
|
D | blk-throttle.c | 273 struct blkcg *blkcg) in throtl_lookup_tg() 286 struct blkcg *blkcg) in throtl_lookup_create_tg() 959 struct blkcg *blkcg = cgroup_to_blkcg(cgrp); in tg_print_cpu_rwstat() local 1007 struct blkcg *blkcg = cgroup_to_blkcg(cgrp); in tg_set_conf() local 1112 struct blkcg *blkcg; in blk_throtl_bio() local
|
D | cfq-iosched.c | 1570 struct blkcg *blkcg) in cfq_lookup_create_cfqg() 1657 struct blkcg *blkcg = cgroup_to_blkcg(cgrp); in __cfqg_set_weight_device() local 1698 struct blkcg *blkcg = cgroup_to_blkcg(cgrp); in __cfq_set_weight() local 1743 struct blkcg *blkcg = cgroup_to_blkcg(cgrp); in cfqg_print_stat() local 1753 struct blkcg *blkcg = cgroup_to_blkcg(cgrp); in cfqg_print_rwstat() local 1779 struct blkcg *blkcg = cgroup_to_blkcg(cgrp); in cfqg_print_stat_recursive() local 1789 struct blkcg *blkcg = cgroup_to_blkcg(cgrp); in cfqg_print_rwstat_recursive() local 1816 struct blkcg *blkcg = cgroup_to_blkcg(cgrp); in cfqg_print_avg_queue_size() local 1985 struct blkcg *blkcg) in cfq_lookup_create_cfqg() 3564 struct blkcg *blkcg; in cfq_find_alloc_queue() local
|