Home
last modified time | relevance | path

Searched defs:blkg (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/block/
Dblk-cgroup.c68 static void blkg_free(struct blkcg_gq *blkg) in blkg_free()
98 struct blkcg_gq *blkg; in blkg_alloc() local
149 struct blkcg_gq *blkg; in blkg_lookup_slowpath() local
178 struct blkcg_gq *blkg; in blkg_create() local
278 struct blkcg_gq *blkg; in blkg_lookup_create() local
313 static void blkg_destroy(struct blkcg_gq *blkg) in blkg_destroy()
367 struct blkcg_gq *blkg, *n; in blkg_destroy_all() local
393 struct blkcg_gq *blkg = container_of(rcu_head, struct blkcg_gq, rcu_head); in __blkg_release_rcu() local
414 struct blkcg_gq *blkg; in __blk_queue_next_rl() local
445 struct blkcg_gq *blkg; in blkcg_reset_stats() local
[all …]
Dblk-iolatency.c165 static inline struct iolatency_grp *blkg_to_lat(struct blkcg_gq *blkg) in blkg_to_lat()
399 struct blkcg_gq *blkg; in blkcg_iolatency_throttle() local
482 struct blkcg_gq *blkg = lat_to_blkg(iolat); in iolatency_check_latencies() local
554 struct blkcg_gq *blkg; in blkcg_iolatency_done_bio() local
599 struct blkcg_gq *blkg; in blkcg_iolatency_cleanup() local
637 struct blkcg_gq *blkg; in blkiolatency_timer_fn() local
724 static void iolatency_set_min_lat_nsec(struct blkcg_gq *blkg, u64 val) in iolatency_set_min_lat_nsec()
741 static void iolatency_clear_scaling(struct blkcg_gq *blkg) in iolatency_clear_scaling()
763 struct blkcg_gq *blkg; in iolatency_set_limit() local
873 struct blkcg_gq *blkg = lat_to_blkg(iolat); in iolatency_pd_init() local
[all …]
Dblk-throttle.c233 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg) in blkg_to_tg()
295 struct blkcg_gq *blkg = tg_to_blkg(tg); in tg_bps_limit() local
325 struct blkcg_gq *blkg = tg_to_blkg(tg); in tg_iops_limit() local
520 struct blkcg_gq *blkg = tg_to_blkg(tg); in throtl_pd_init() local
574 struct blkcg_gq *blkg; in blk_throtl_update_limit_valid() local
1382 struct blkcg_gq *blkg; in tg_conf_updated() local
1859 struct blkcg_gq *blkg; in throtl_can_upgrade() local
1907 struct blkcg_gq *blkg; in throtl_upgrade_state() local
2139 bool blk_throtl_bio(struct request_queue *q, struct blkcg_gq *blkg, in blk_throtl_bio()
2282 struct blkcg_gq *blkg; in blk_throtl_bio_endio() local
[all …]
Dbfq-cgroup.c222 static struct bfq_group *blkg_to_bfqg(struct blkcg_gq *blkg) in blkg_to_bfqg()
457 struct blkcg_gq *blkg = pd_to_blkg(pd); in bfq_pd_init() local
502 struct blkcg_gq *blkg; in bfq_lookup_bfqg() local
829 struct blkcg_gq *blkg; in bfq_end_wr_async() local
859 struct blkcg_gq *blkg; in bfq_io_set_weight_legacy() local
Dbio.c2014 int bio_associate_blkg(struct bio *bio, struct blkcg_gq *blkg) in bio_associate_blkg()
Dcfq-iosched.c625 static inline struct cfq_group *blkg_to_cfqg(struct blkcg_gq *blkg) in blkg_to_cfqg()
1683 struct blkcg_gq *blkg; in cfq_lookup_cfqg() local
1826 struct blkcg_gq *blkg; in __cfq_set_weight() local
/Linux-v4.19/include/linux/
Dblk-cgroup.h91 struct blkcg_gq *blkg; member
225 struct blkcg_gq *blkg; member
313 struct blkcg_gq *blkg; in __blkg_lookup() local
362 static inline struct blkg_policy_data *blkg_to_pd(struct blkcg_gq *blkg, in blkg_to_pd()
441 static inline int blkg_path(struct blkcg_gq *blkg, char *buf, int buflen) in blkg_path()
452 static inline void blkg_get(struct blkcg_gq *blkg) in blkg_get()
465 static inline struct blkcg_gq *blkg_try_get(struct blkcg_gq *blkg) in blkg_try_get()
479 static inline void blkg_put(struct blkcg_gq *blkg) in blkg_put()
532 struct blkcg_gq *blkg; in blk_get_rl() local
796 static inline bool blk_throtl_bio(struct request_queue *q, struct blkcg_gq *blkg, in blk_throtl_bio()
[all …]
Dblkdev.h67 struct blkcg_gq *blkg; /* blkg this request pool belongs to */ member