Searched refs:iocg (Results 1 – 1 of 1) sorted by relevance
/block/ |
D | blk-iocost.c | 195 #define TRACE_IOCG_PATH(type, iocg, ...) \ argument 200 cgroup_path(iocg_to_blkg(iocg)->blkcg->css.cgroup, \ 202 trace_iocost_##type(iocg, trace_iocg_path, \ 209 #define TRACE_IOCG_PATH(type, iocg, ...) do { } while (0) argument 575 struct ioc_gq *iocg; member 695 static struct blkcg_gq *iocg_to_blkg(struct ioc_gq *iocg) in iocg_to_blkg() argument 697 return pd_to_blkg(&iocg->pd); in iocg_to_blkg() 723 static void iocg_commit_bio(struct ioc_gq *iocg, struct bio *bio, in iocg_commit_bio() argument 729 atomic64_add(cost, &iocg->vtime); in iocg_commit_bio() 731 gcs = get_cpu_ptr(iocg->pcpu_stat); in iocg_commit_bio() [all …]
|