Searched defs:blkg (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/block/ | 
| D | blk-cgroup.c | 72 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()  local
 115 	struct blkcg_gq *blkg = container_of(ref, struct blkcg_gq, refcnt);  in blkg_release()  local
 122 	struct blkcg_gq *blkg = container_of(work, struct blkcg_gq,  in blkg_async_bio_workfn()  local
 148 	struct blkcg_gq *blkg;  in blkg_alloc()  local
 197 	struct blkcg_gq *blkg;  in blkg_lookup_slowpath()  local
 226 	struct blkcg_gq *blkg;  in blkg_create()  local
 331 	struct blkcg_gq *blkg;  in __blkg_lookup_create()  local
 380 	struct blkcg_gq *blkg = blkg_lookup(blkcg, q);  in blkg_lookup_create()  local
 393 static void blkg_destroy(struct blkcg_gq *blkg)  in blkg_destroy()
 [all …]
 
 | 
| D | blk-iolatency.c | 182 static inline struct iolatency_grp *blkg_to_lat(struct blkcg_gq *blkg)  in blkg_to_lat()463 	struct blkcg_gq *blkg = bio->bi_blkg;  in blkcg_iolatency_throttle()  local
 522 	struct blkcg_gq *blkg = lat_to_blkg(iolat);  in iolatency_check_latencies()  local
 590 	struct blkcg_gq *blkg;  in blkcg_iolatency_done_bio()  local
 659 	struct blkcg_gq *blkg;  in blkiolatency_timer_fn()  local
 750 static int iolatency_set_min_lat_nsec(struct blkcg_gq *blkg, u64 val)  in iolatency_set_min_lat_nsec()
 769 static void iolatency_clear_scaling(struct blkcg_gq *blkg)  in iolatency_clear_scaling()
 791 	struct blkcg_gq *blkg;  in iolatency_set_limit()  local
 958 	struct blkcg_gq *blkg = lat_to_blkg(iolat);  in iolatency_pd_init()  local
 1003 	struct blkcg_gq *blkg = lat_to_blkg(iolat);  in iolatency_pd_offline()  local
 
 | 
| D | blk-throttle.c | 232 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg)  in blkg_to_tg()294 	struct blkcg_gq *blkg = tg_to_blkg(tg);  in tg_bps_limit()  local
 324 	struct blkcg_gq *blkg = tg_to_blkg(tg);  in tg_iops_limit()  local
 521 	struct blkcg_gq *blkg = tg_to_blkg(tg);  in throtl_pd_init()  local
 575 	struct blkcg_gq *blkg;  in blk_throtl_update_limit_valid()  local
 1370 	struct blkcg_gq *blkg;  in tg_conf_updated()  local
 1847 	struct blkcg_gq *blkg;  in throtl_can_upgrade()  local
 1895 	struct blkcg_gq *blkg;  in throtl_upgrade_state()  local
 2117 bool blk_throtl_bio(struct request_queue *q, struct blkcg_gq *blkg,  in blk_throtl_bio()
 2257 	struct blkcg_gq *blkg;  in blk_throtl_bio_endio()  local
 [all …]
 
 | 
| D | bfq-cgroup.c | 289 static struct bfq_group *blkg_to_bfqg(struct blkcg_gq *blkg)  in blkg_to_bfqg()525 	struct blkcg_gq *blkg = pd_to_blkg(pd);  in bfq_pd_init()  local
 570 	struct blkcg_gq *blkg;  in bfq_lookup_bfqg()  local
 898 	struct blkcg_gq *blkg;  in bfq_end_wr_async()  local
 982 	struct blkcg_gq *blkg;  in bfq_io_set_weight_legacy()  local
 1078 	struct blkcg_gq *blkg = pd_to_blkg(pd);  in bfqg_prfill_stat_recursive()  local
 
 | 
| D | blk-iocost.c | 639 static struct ioc_gq *blkg_to_iocg(struct blkcg_gq *blkg)  in blkg_to_iocg()1014 	struct blkcg_gq *blkg = iocg_to_blkg(iocg);  in weight_updated()  local
 1218 	struct blkcg_gq *blkg = iocg_to_blkg(iocg);  in iocg_kick_delay()  local
 1680 	struct blkcg_gq *blkg = bio->bi_blkg;  in ioc_rqos_throttle()  local
 1990 	struct blkcg_gq *blkg = pd_to_blkg(&iocg->pd);  in ioc_pd_init()  local
 2078 		struct blkcg_gq *blkg;  in ioc_weight_write()  local
 
 | 
| D | bio.c | 2028 static void __bio_associate_blkg(struct bio *bio, struct blkcg_gq *blkg)  in __bio_associate_blkg()2048 	struct blkcg_gq *blkg;  in bio_associate_blkg_from_css()  local
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | blk-cgroup.h | 90 	struct blkcg_gq			*blkg;  member233 	struct blkcg_gq			*blkg;  member
 362 	struct blkcg_gq *blkg;  in __blkg_lookup()  local
 407 static inline struct blkg_policy_data *blkg_to_pd(struct blkcg_gq *blkg,  in blkg_to_pd()
 486 static inline int blkg_path(struct blkcg_gq *blkg, char *buf, int buflen)  in blkg_path()
 497 static inline void blkg_get(struct blkcg_gq *blkg)  in blkg_get()
 509 static inline bool blkg_tryget(struct blkcg_gq *blkg)  in blkg_tryget()
 523 static inline struct blkcg_gq *blkg_tryget_closest(struct blkcg_gq *blkg)  in blkg_tryget_closest()
 544 static inline void blkg_put(struct blkcg_gq *blkg)  in blkg_put()
 707 static inline bool blk_throtl_bio(struct request_queue *q, struct blkcg_gq *blkg,  in blk_throtl_bio()
 [all …]
 
 | 
| /Linux-v5.4/tools/cgroup/ | 
| D | iocost_monitor.py | 232     blkg = drgn.Object(prog, 'struct blkcg_gq', address=ptr)  variable
 |