Searched defs:blkg (Results 1 – 6 of 6) sorted by relevance
/linux/block/ |
H A D | blk-cgroup.c | 121 struct blkcg_gq *blkg = container_of(work, struct blkcg_gq, in blkg_free_workfn() local 156 static void blkg_free(struct blkcg_gq *blkg) in blkg_free() 171 struct blkcg_gq *blkg = container_of(rcu, struct blkcg_gq, rcu_head); in __blkg_release() local 202 struct blkcg_gq *blkg = container_of(ref, struct blkcg_gq, refcnt); in blkg_release() local 212 struct blkcg_gq *blkg = container_of(work, struct blkcg_gq, in blkg_async_bio_workfn() local 243 struct blkcg_gq *blkg = bio->bi_blkg; in blkcg_punt_bio_submit() local 307 struct blkcg_gq *blkg; in blkg_alloc() local 378 struct blkcg_gq *blkg; in blkg_create() local 475 struct blkcg_gq *blkg; in blkg_lookup_create() local 528 static void blkg_destroy(struct blkcg_gq *blkg) in blkg_destroy() [all …]
|
H A D | bfq-cgroup.c | 284 static struct bfq_group *blkg_to_bfqg(struct blkcg_gq *blkg) in blkg_to_bfqg() 531 struct blkcg_gq *blkg = pd_to_blkg(pd); in bfq_pd_init() local 601 struct blkcg_gq *blkg = bio->bi_blkg; in bfq_bio_bfqg() local 938 struct blkcg_gq *blkg; in bfq_end_wr_async() local 1022 struct blkcg_gq *blkg; in bfq_io_set_weight_legacy() local 1137 struct blkcg_gq *blkg = pd_to_blkg(pd); in bfqg_prfill_stat_recursive() local
|
H A D | blk-cgroup-rwstat.c | 97 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol, in blkg_rwstat_recursive_sum()
|
H A D | blk-throttle.h | 138 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg) in blkg_to_tg()
|
H A D | blk-iocost.c | 684 static struct ioc_gq *blkg_to_iocg(struct blkcg_gq *blkg) in blkg_to_iocg() 1256 struct blkcg_gq *blkg = iocg_to_blkg(iocg); in weight_updated() local 1356 struct blkcg_gq *blkg = iocg_to_blkg(iocg); in iocg_kick_delay() local 2610 struct blkcg_gq *blkg = bio->bi_blkg; in ioc_rqos_throttle() local 2988 struct blkcg_gq *blkg = pd_to_blkg(&iocg->pd); in ioc_pd_init() local 3109 struct blkcg_gq *blkg; in ioc_weight_write() local
|
/linux/tools/cgroup/ |
H A D | iocost_monitor.py | 229 blkg = drgn.Object(prog, 'struct blkcg_gq', address=ptr) variable
|