Searched refs:blkcg_gq (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/include/linux/ |
D | blk-cgroup.h | 46 struct blkcg_gq; 54 struct blkcg_gq __rcu *blkg_hint; 92 struct blkcg_gq *blkg; 110 struct blkcg_gq { struct 118 struct blkcg_gq *parent; argument 183 struct blkcg_gq *blkg_lookup_slowpath(struct blkcg *blkcg, 196 const char *blkg_dev_name(struct blkcg_gq *blkg); 206 struct blkcg_gq *blkg; 331 static inline struct blkcg_gq *__blkg_lookup(struct blkcg *blkcg, in __blkg_lookup() 335 struct blkcg_gq *blkg; in __blkg_lookup() [all …]
|
D | blk_types.h | 240 struct blkcg_gq *bi_blkg;
|
D | blkdev.h | 34 struct blkcg_gq; 468 struct blkcg_gq *root_blkg;
|
/Linux-v5.15/block/ |
D | blk-cgroup.c | 73 static void blkg_free(struct blkcg_gq *blkg) in blkg_free() 91 struct blkcg_gq *blkg = container_of(rcu, struct blkcg_gq, rcu_head); in __blkg_release() 112 struct blkcg_gq *blkg = container_of(ref, struct blkcg_gq, refcnt); in blkg_release() 119 struct blkcg_gq *blkg = container_of(work, struct blkcg_gq, in blkg_async_bio_workfn() 151 static struct blkcg_gq *blkg_alloc(struct blkcg *blkcg, struct request_queue *q, in blkg_alloc() 154 struct blkcg_gq *blkg; in blkg_alloc() 204 struct blkcg_gq *blkg_lookup_slowpath(struct blkcg *blkcg, in blkg_lookup_slowpath() 207 struct blkcg_gq *blkg; in blkg_lookup_slowpath() 232 static struct blkcg_gq *blkg_create(struct blkcg *blkcg, in blkg_create() 234 struct blkcg_gq *new_blkg) in blkg_create() [all …]
|
D | blk-iolatency.c | 182 static inline struct iolatency_grp *blkg_to_lat(struct blkcg_gq *blkg) in blkg_to_lat() 187 static inline struct blkcg_gq *lat_to_blkg(struct iolatency_grp *iolat) in lat_to_blkg() 463 struct blkcg_gq *blkg = bio->bi_blkg; in blkcg_iolatency_throttle() 522 struct blkcg_gq *blkg = lat_to_blkg(iolat); in iolatency_check_latencies() 590 struct blkcg_gq *blkg; in blkcg_iolatency_done_bio() 660 struct blkcg_gq *blkg; in blkiolatency_timer_fn() 751 static int iolatency_set_min_lat_nsec(struct blkcg_gq *blkg, u64 val) in iolatency_set_min_lat_nsec() 770 static void iolatency_clear_scaling(struct blkcg_gq *blkg) in iolatency_clear_scaling() 792 struct blkcg_gq *blkg; in iolatency_set_limit() 963 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 | 284 struct blkcg_gq *bfqg_to_blkg(struct bfq_group *bfqg) in bfqg_to_blkg() 289 static struct bfq_group *blkg_to_bfqg(struct blkcg_gq *blkg) in blkg_to_bfqg() 303 struct blkcg_gq *pblkg = bfqg_to_blkg(bfqg)->parent; in bfqg_parent() 542 struct blkcg_gq *blkg = pd_to_blkg(pd); in bfq_pd_init() 589 struct blkcg_gq *blkg; in bfq_lookup_bfqg() 949 struct blkcg_gq *blkg; in bfq_end_wr_async() 1033 struct blkcg_gq *blkg; in bfq_io_set_weight_legacy() 1146 struct blkcg_gq *blkg = pd_to_blkg(pd); in bfqg_prfill_stat_recursive() 1147 struct blkcg_gq *pos_blkg; in bfqg_prfill_stat_recursive()
|
D | blk-throttle.c | 239 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg) in blkg_to_tg() 244 static inline struct blkcg_gq *tg_to_blkg(struct throtl_grp *tg) in tg_to_blkg() 301 struct blkcg_gq *blkg = tg_to_blkg(tg); in tg_bps_limit() 331 struct blkcg_gq *blkg = tg_to_blkg(tg); in tg_iops_limit() 542 struct blkcg_gq *blkg = tg_to_blkg(tg); in throtl_pd_init() 597 struct blkcg_gq *blkg; in blk_throtl_update_limit_valid() 1413 struct blkcg_gq *blkg; in tg_conf_updated() 1916 struct blkcg_gq *blkg; in throtl_can_upgrade() 1964 struct blkcg_gq *blkg; in throtl_upgrade_state() 2194 struct blkcg_gq *blkg = bio->bi_blkg; in blk_throtl_charge_bio_split() [all …]
|
D | blk-cgroup-rwstat.h | 48 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol,
|
D | blk-iocost.c | 686 static struct ioc_gq *blkg_to_iocg(struct blkcg_gq *blkg) in blkg_to_iocg() 691 static struct blkcg_gq *iocg_to_blkg(struct ioc_gq *iocg) in iocg_to_blkg() 1229 struct blkcg_gq *blkg = iocg_to_blkg(iocg); in weight_updated() 1329 struct blkcg_gq *blkg = iocg_to_blkg(iocg); in iocg_kick_delay() 2552 struct blkcg_gq *blkg = bio->bi_blkg; in ioc_rqos_throttle() 2929 struct blkcg_gq *blkg = pd_to_blkg(&iocg->pd); in ioc_pd_init() 2932 struct blkcg_gq *tblkg; in ioc_pd_init() 3051 struct blkcg_gq *blkg; in ioc_weight_write()
|
D | bfq-iosched.h | 1008 struct blkcg_gq *bfqg_to_blkg(struct bfq_group *bfqg);
|