Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-cgroup.c115 struct blkcg_gq *blkg = container_of(work, struct blkcg_gq, in blkg_free_workfn() local
150 static void blkg_free(struct blkcg_gq *blkg) in blkg_free()
165 struct blkcg_gq *blkg = container_of(rcu, struct blkcg_gq, rcu_head); in __blkg_release() local
196 struct blkcg_gq *blkg = container_of(ref, struct blkcg_gq, refcnt); in blkg_release() local
206 struct blkcg_gq *blkg = container_of(work, struct blkcg_gq, in blkg_async_bio_workfn() local
237 struct blkcg_gq *blkg = bio->bi_blkg; in blkcg_punt_bio_submit() local
301 struct blkcg_gq *blkg; in blkg_alloc() local
372 struct blkcg_gq *blkg; in blkg_create() local
469 struct blkcg_gq *blkg; in blkg_lookup_create() local
522 static void blkg_destroy(struct blkcg_gq *blkg) in blkg_destroy()
[all …]
H A Dbfq-cgroup.c284 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
938 struct blkcg_gq *blkg; in bfq_end_wr_async() local
1022 struct blkcg_gq *blkg; in bfq_io_set_weight_legacy() local
1137 struct blkcg_gq *blkg = pd_to_blkg(pd); in bfqg_prfill_stat_recursive() local
H A Dblk-cgroup-rwstat.c97 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol, in blkg_rwstat_recursive_sum()
/linux/tools/cgroup/
H A Diocost_monitor.py229 blkg = drgn.Object(prog, 'struct blkcg_gq', address=ptr) variable