Searched defs:blkg (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/block/ |
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 …]
|
D | blk-cgroup.h | 48 struct blkcg_gq *blkg; member 140 struct blkcg_gq *blkg; member 217 struct blkcg_gq *blkg; member 254 struct blkcg_gq *blkg; in blkg_lookup() local 277 static inline struct blkg_policy_data *blkg_to_pd(struct blkcg_gq *blkg, in blkg_to_pd() 311 static inline void blkg_get(struct blkcg_gq *blkg) in blkg_get() 323 static inline bool blkg_tryget(struct blkcg_gq *blkg) in blkg_tryget() 332 static inline void blkg_put(struct blkcg_gq *blkg) in blkg_put() 374 static inline void blkcg_use_delay(struct blkcg_gq *blkg) in blkcg_use_delay() 382 static inline int blkcg_unuse_delay(struct blkcg_gq *blkg) in blkcg_unuse_delay() [all …]
|
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 525 struct blkcg_gq *blkg = lat_to_blkg(iolat); in iolatency_check_latencies() local 593 struct blkcg_gq *blkg; in blkcg_iolatency_done_bio() local 662 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 1028 struct blkcg_gq *blkg = lat_to_blkg(iolat); in iolatency_pd_offline() local
|
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 937 struct blkcg_gq *blkg; in bfq_end_wr_async() local 1021 struct blkcg_gq *blkg; in bfq_io_set_weight_legacy() local 1136 struct blkcg_gq *blkg = pd_to_blkg(pd); in bfqg_prfill_stat_recursive() local
|
D | blk-throttle.c | 93 struct blkcg_gq *blkg = tg_to_blkg(tg); in tg_bps_limit() local 103 struct blkcg_gq *blkg = tg_to_blkg(tg); in tg_iops_limit() local 278 struct blkcg_gq *blkg = tg_to_blkg(tg); in throtl_pd_init() local 1157 struct blkcg_gq *blkg; in tg_conf_updated() local 1543 struct blkcg_gq *blkg; in blk_throtl_cancel_bios() local 1606 struct blkcg_gq *blkg = bio->bi_blkg; in __blk_throtl_bio() local
|
D | blk-cgroup-rwstat.c | 97 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol, in blkg_rwstat_recursive_sum()
|
D | blk-throttle.h | 138 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg) in blkg_to_tg()
|
D | blk-iocost.c | 684 static struct ioc_gq *blkg_to_iocg(struct blkcg_gq *blkg) in blkg_to_iocg() 1249 struct blkcg_gq *blkg = iocg_to_blkg(iocg); in weight_updated() local 1349 struct blkcg_gq *blkg = iocg_to_blkg(iocg); in iocg_kick_delay() local 2603 struct blkcg_gq *blkg = bio->bi_blkg; in ioc_rqos_throttle() local 2981 struct blkcg_gq *blkg = pd_to_blkg(&iocg->pd); in ioc_pd_init() local 3102 struct blkcg_gq *blkg; in ioc_weight_write() local
|
/linux-6.12.1/tools/cgroup/ |
D | iocost_monitor.py | 229 blkg = drgn.Object(prog, 'struct blkcg_gq', address=ptr) variable
|