Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-cgroup.c47 static void blkg_free(struct blkcg_gq *blkg) in blkg_free()
72 struct blkcg_gq *blkg; in blkg_alloc() local
130 struct blkcg_gq *blkg; in __blkg_lookup() local
181 struct blkcg_gq *blkg; in blkg_create() local
274 struct blkcg_gq *blkg; in blkg_lookup_create() local
310 static void blkg_destroy(struct blkcg_gq *blkg) in blkg_destroy()
366 struct blkcg_gq *blkg, *n; in blkg_destroy_all() local
389 struct blkcg_gq *blkg = container_of(rcu_head, struct blkcg_gq, rcu_head); in __blkg_release_rcu() local
417 struct blkcg_gq *blkg; in __blk_queue_next_rl() local
448 struct blkcg_gq *blkg; in blkcg_reset_stats() local
[all …]
Dblk-cgroup.h83 struct blkcg_gq *blkg; member
171 struct blkcg_gq *blkg; member
215 static inline struct blkg_policy_data *blkg_to_pd(struct blkcg_gq *blkg, in blkg_to_pd()
240 static inline int blkg_path(struct blkcg_gq *blkg, char *buf, int buflen) in blkg_path()
260 static inline void blkg_get(struct blkcg_gq *blkg) in blkg_get()
272 static inline void blkg_put(struct blkcg_gq *blkg) in blkg_put()
328 struct blkcg_gq *blkg; in blk_get_rl() local
586 static inline struct blkg_policy_data *blkg_to_pd(struct blkcg_gq *blkg, in blkg_to_pd()
589 static inline char *blkg_path(struct blkcg_gq *blkg) { return NULL; } in blkg_path()
590 static inline void blkg_get(struct blkcg_gq *blkg) { } in blkg_get()
[all …]
Dblk-throttle.c185 static inline struct throtl_grp *blkg_to_tg(struct blkcg_gq *blkg) in blkg_to_tg()
406 static void throtl_pd_init(struct blkcg_gq *blkg) in throtl_pd_init()
473 static void throtl_pd_online(struct blkcg_gq *blkg) in throtl_pd_online()
482 static void throtl_pd_exit(struct blkcg_gq *blkg) in throtl_pd_exit()
496 static void throtl_pd_reset_stats(struct blkcg_gq *blkg) in throtl_pd_reset_stats()
538 struct blkcg_gq *blkg; in throtl_lookup_create_tg() local
959 static void throtl_update_dispatch_stats(struct blkcg_gq *blkg, u64 bytes, in throtl_update_dispatch_stats()
1359 struct blkcg_gq *blkg; in tg_set_conf() local
1628 struct blkcg_gq *blkg; in blk_throtl_drain() local
Dcfq-iosched.c605 static inline struct cfq_group *blkg_to_cfqg(struct blkcg_gq *blkg) in blkg_to_cfqg()
1547 static void cfq_pd_init(struct blkcg_gq *blkg) in cfq_pd_init()
1558 static void cfq_pd_offline(struct blkcg_gq *blkg) in cfq_pd_offline()
1595 static void cfq_pd_reset_stats(struct blkcg_gq *blkg) in cfq_pd_reset_stats()
1617 struct blkcg_gq *blkg; in cfq_lookup_create_cfqg() local
1732 struct blkcg_gq *blkg; in __cfq_set_weight() local
/linux-4.1.27/include/linux/
Dblkdev.h59 struct blkcg_gq *blkg; /* blkg this request pool belongs to */ member