Searched defs:blkg (Results 1 – 6 of 6) sorted by relevance
| /linux/block/ |
| H A D | blk-cgroup.c | 116 struct blkcg_gq *blkg = container_of(work, struct blkcg_gq, in blkg_free_workfn() local 151 static void blkg_free(struct blkcg_gq *blkg) in blkg_free() 166 struct blkcg_gq *blkg = container_of(rcu, struct blkcg_gq, rcu_head); in __blkg_release() local 197 struct blkcg_gq *blkg = container_of(ref, struct blkcg_gq, refcnt); in blkg_release() local 207 struct blkcg_gq *blkg = container_of(work, struct blkcg_gq, in blkg_async_bio_workfn() local 238 struct blkcg_gq *blkg = bio->bi_blkg; in blkcg_punt_bio_submit() local 302 struct blkcg_gq *blkg; in blkg_alloc() local 373 struct blkcg_gq *blkg; in blkg_create() local 470 struct blkcg_gq *blkg; in blkg_lookup_create() local 523 static void blkg_destroy(struct blkcg_gq *blkg) in blkg_destroy() [all …]
|
| H A D | blk-iolatency.c | 188 static inline struct iolatency_grp *blkg_to_lat(struct blkcg_gq *blkg) in blkg_to_lat() 466 struct blkcg_gq *blkg = bio->bi_blkg; in blkcg_iolatency_throttle() local 517 struct blkcg_gq *blkg = lat_to_blkg(iolat); in iolatency_check_latencies() local 585 struct blkcg_gq *blkg; in blkcg_iolatency_done_bio() local 655 struct blkcg_gq *blkg; in blkiolatency_timer_fn() local 787 static void iolatency_set_min_lat_nsec(struct blkcg_gq *blkg, u64 val) in iolatency_set_min_lat_nsec() 809 static void iolatency_clear_scaling(struct blkcg_gq *blkg) in iolatency_clear_scaling() 831 struct blkcg_gq *blkg; in iolatency_set_limit() local 985 struct blkcg_gq *blkg = lat_to_blkg(iolat); in iolatency_pd_init() local 1025 struct blkcg_gq *blkg = lat_to_blkg(iolat); in iolatency_pd_offline() local
|
| 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-throttle.c | 86 struct blkcg_gq *blkg = tg_to_blkg(tg); in tg_bps_limit() local 96 struct blkcg_gq *blkg = tg_to_blkg(tg); in tg_iops_limit() local 302 struct blkcg_gq *blkg = tg_to_blkg(tg); in throtl_pd_init() local 1265 struct blkcg_gq *blkg; in tg_conf_updated() local 1675 struct blkcg_gq *blkg; in blk_throtl_cancel_bios() local 1733 struct blkcg_gq *blkg = bio->bi_blkg; in __blk_throtl_bio() 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()
|
| /linux/tools/cgroup/ |
| H A D | iocost_monitor.py | 229 blkg = drgn.Object(prog, 'struct blkcg_gq', address=ptr) variable
|