Searched refs:blkcg_gq (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/block/ |
D | blk-cgroup.h | 23 struct blkcg_gq; 47 struct blkcg_gq *blkg; 55 struct blkcg_gq { struct 63 struct blkcg_gq *parent; argument 99 struct blkcg_gq __rcu *blkg_hint; argument 137 struct blkcg_gq *blkg; 201 const char *blkg_dev_name(struct blkcg_gq *blkg); 213 struct blkcg_gq *blkg; 247 static inline struct blkcg_gq *blkg_lookup(struct blkcg *blkcg, in blkg_lookup() 250 struct blkcg_gq *blkg; in blkg_lookup() [all …]
|
D | blk-cgroup.c | 121 struct blkcg_gq *blkg = container_of(work, struct blkcg_gq, in blkg_free_workfn() 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() 202 struct blkcg_gq *blkg = container_of(ref, struct blkcg_gq, refcnt); in blkg_release() 212 struct blkcg_gq *blkg = container_of(work, struct blkcg_gq, in blkg_async_bio_workfn() 244 struct blkcg_gq *blkg = bio->bi_blkg; in blkcg_punt_bio_submit() 305 static struct blkcg_gq *blkg_alloc(struct blkcg *blkcg, struct gendisk *disk, in blkg_alloc() 308 struct blkcg_gq *blkg; in blkg_alloc() 375 static struct blkcg_gq *blkg_create(struct blkcg *blkcg, struct gendisk *disk, in blkg_create() 376 struct blkcg_gq *new_blkg) in blkg_create() [all …]
|
D | blk-iolatency.c | 188 static inline struct iolatency_grp *blkg_to_lat(struct blkcg_gq *blkg) in blkg_to_lat() 193 static inline struct blkcg_gq *lat_to_blkg(struct iolatency_grp *iolat) in lat_to_blkg() 466 struct blkcg_gq *blkg = bio->bi_blkg; in blkcg_iolatency_throttle() 525 struct blkcg_gq *blkg = lat_to_blkg(iolat); in iolatency_check_latencies() 593 struct blkcg_gq *blkg; in blkcg_iolatency_done_bio() 662 struct blkcg_gq *blkg; in blkiolatency_timer_fn() 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() 985 struct blkcg_gq *blkg = lat_to_blkg(iolat); in iolatency_pd_init() [all …]
|
D | blk-cgroup-rwstat.c | 103 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol, in blkg_rwstat_recursive_sum() 106 struct blkcg_gq *pos_blkg; in blkg_rwstat_recursive_sum()
|
D | bfq-cgroup.c | 279 struct blkcg_gq *bfqg_to_blkg(struct bfq_group *bfqg) in bfqg_to_blkg() 284 static struct bfq_group *blkg_to_bfqg(struct blkcg_gq *blkg) in blkg_to_bfqg() 298 struct blkcg_gq *pblkg = bfqg_to_blkg(bfqg)->parent; in bfqg_parent() 531 struct blkcg_gq *blkg = pd_to_blkg(pd); in bfq_pd_init() 601 struct blkcg_gq *blkg = bio->bi_blkg; in bfq_bio_bfqg() 994 struct blkcg_gq *blkg; in bfq_end_wr_async() 1078 struct blkcg_gq *blkg; in bfq_io_set_weight_legacy() 1193 struct blkcg_gq *blkg = pd_to_blkg(pd); in bfqg_prfill_stat_recursive() 1194 struct blkcg_gq *pos_blkg; in bfqg_prfill_stat_recursive()
|
D | blk-throttle.h | 162 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg) in blkg_to_tg()
|
D | blk-throttle.c | 92 static inline struct blkcg_gq *tg_to_blkg(struct throtl_grp *tg) in tg_to_blkg() 149 struct blkcg_gq *blkg = tg_to_blkg(tg); in tg_bps_limit() 179 struct blkcg_gq *blkg = tg_to_blkg(tg); in tg_iops_limit() 389 struct blkcg_gq *blkg = tg_to_blkg(tg); in throtl_pd_init() 450 struct blkcg_gq *blkg; in blk_throtl_update_limit_valid() 1316 struct blkcg_gq *blkg; in tg_conf_updated() 1723 struct blkcg_gq *blkg; in blk_throtl_cancel_bios() 1877 struct blkcg_gq *blkg; in throtl_can_upgrade() 1925 struct blkcg_gq *blkg; in throtl_upgrade_state() 2179 struct blkcg_gq *blkg = bio->bi_blkg; in __blk_throtl_bio() [all …]
|
D | blk-cgroup-rwstat.h | 48 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol,
|
D | blk-iocost.c | 684 static struct ioc_gq *blkg_to_iocg(struct blkcg_gq *blkg) in blkg_to_iocg() 689 static struct blkcg_gq *iocg_to_blkg(struct ioc_gq *iocg) in iocg_to_blkg() 1249 struct blkcg_gq *blkg = iocg_to_blkg(iocg); in weight_updated() 1349 struct blkcg_gq *blkg = iocg_to_blkg(iocg); in iocg_kick_delay() 2597 struct blkcg_gq *blkg = bio->bi_blkg; in ioc_rqos_throttle() 2975 struct blkcg_gq *blkg = pd_to_blkg(&iocg->pd); in ioc_pd_init() 2978 struct blkcg_gq *tblkg; in ioc_pd_init() 3096 struct blkcg_gq *blkg; in ioc_weight_write()
|
D | bfq-iosched.h | 1092 struct blkcg_gq *bfqg_to_blkg(struct bfq_group *bfqg);
|
/linux-6.6.21/include/linux/ |
D | blk_types.h | 288 struct blkcg_gq *bi_blkg;
|
D | blkdev.h | 34 struct blkcg_gq; 465 struct blkcg_gq *root_blkg;
|