Searched refs:blkg_rwstat_init (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/block/ |
H A D | blk-cgroup-rwstat.c | 8 int blkg_rwstat_init(struct blkg_rwstat *rwstat, gfp_t gfp) in blkg_rwstat_init() function 23 EXPORT_SYMBOL_GPL(blkg_rwstat_init);
|
H A D | bfq-cgroup.c | 457 if (blkg_rwstat_init(&stats->bytes, gfp) || in bfqg_stats_init() 458 blkg_rwstat_init(&stats->ios, gfp)) in bfqg_stats_init() 462 if (blkg_rwstat_init(&stats->merged, gfp) || in bfqg_stats_init() 463 blkg_rwstat_init(&stats->service_time, gfp) || in bfqg_stats_init() 464 blkg_rwstat_init(&stats->wait_time, gfp) || in bfqg_stats_init() 465 blkg_rwstat_init(&stats->queued, gfp) || in bfqg_stats_init()
|
H A D | blk-cgroup-rwstat.h | 42 int blkg_rwstat_init(struct blkg_rwstat *rwstat, gfp_t gfp);
|
H A D | blk-throttle.c | 348 if (blkg_rwstat_init(&tg->stat_bytes, gfp)) in throtl_pd_alloc() 351 if (blkg_rwstat_init(&tg->stat_ios, gfp)) in throtl_pd_alloc()
|