Searched defs:blkg (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/block/ |
D | blk-cgroup.c | 64 static void blkg_free(struct blkcg_gq *blkg) in blkg_free() 94 struct blkcg_gq *blkg; in blkg_alloc() local 145 struct blkcg_gq *blkg; in blkg_lookup_slowpath() local 174 struct blkcg_gq *blkg; in blkg_create() local 273 struct blkcg_gq *blkg; in blkg_lookup_create() local 308 static void blkg_destroy(struct blkcg_gq *blkg) in blkg_destroy() 362 struct blkcg_gq *blkg, *n; in blkg_destroy_all() local 388 struct blkcg_gq *blkg = container_of(rcu_head, struct blkcg_gq, rcu_head); in __blkg_release_rcu() local 409 struct blkcg_gq *blkg; in __blk_queue_next_rl() local 440 struct blkcg_gq *blkg; in blkcg_reset_stats() local [all …]
|
D | blk-throttle.c | 164 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg) in blkg_to_tg() 354 struct blkcg_gq *blkg = tg_to_blkg(tg); in throtl_pd_init() local 1151 struct blkcg_gq *blkg; in tg_conf_updated() local 1396 bool blk_throtl_bio(struct request_queue *q, struct blkcg_gq *blkg, in blk_throtl_bio() 1523 struct blkcg_gq *blkg; in blk_throtl_drain() local
|
D | cfq-iosched.c | 618 static inline struct cfq_group *blkg_to_cfqg(struct blkcg_gq *blkg) in blkg_to_cfqg() 1680 struct blkcg_gq *blkg; in cfq_lookup_cfqg() local 1823 struct blkcg_gq *blkg; in __cfq_set_weight() local
|
/linux-4.4.14/include/linux/ |
D | blk-cgroup.h | 87 struct blkcg_gq *blkg; member 212 struct blkcg_gq *blkg; member 270 struct blkcg_gq *blkg; in __blkg_lookup() local 308 static inline struct blkg_policy_data *blkg_to_pd(struct blkcg_gq *blkg, in blkg_to_pd() 344 static inline int blkg_path(struct blkcg_gq *blkg, char *buf, int buflen) in blkg_path() 364 static inline void blkg_get(struct blkcg_gq *blkg) in blkg_get() 376 static inline void blkg_put(struct blkcg_gq *blkg) in blkg_put() 429 struct blkcg_gq *blkg; in blk_get_rl() local 689 static inline bool blk_throtl_bio(struct request_queue *q, struct blkcg_gq *blkg, in blk_throtl_bio() 697 struct blkcg_gq *blkg; in blkcg_bio_issue_check() local [all …]
|
D | blkdev.h | 58 struct blkcg_gq *blkg; /* blkg this request pool belongs to */ member
|