Searched refs:blkg_rwstat_init (Results 1 - 4 of 4) sorted by relevance

/linux-master/block/
H A Dblk-cgroup-rwstat.c8 int blkg_rwstat_init(struct blkg_rwstat *rwstat, gfp_t gfp) function
23 EXPORT_SYMBOL_GPL(blkg_rwstat_init); variable
H A Dblk-cgroup-rwstat.h42 int blkg_rwstat_init(struct blkg_rwstat *rwstat, gfp_t gfp);
H A Dbfq-cgroup.c457 if (blkg_rwstat_init(&stats->bytes, gfp) ||
458 blkg_rwstat_init(&stats->ios, gfp))
462 if (blkg_rwstat_init(&stats->merged, gfp) ||
463 blkg_rwstat_init(&stats->service_time, gfp) ||
464 blkg_rwstat_init(&stats->wait_time, gfp) ||
465 blkg_rwstat_init(&stats->queued, gfp) ||
H A Dblk-throttle.c348 if (blkg_rwstat_init(&tg->stat_bytes, gfp))
351 if (blkg_rwstat_init(&tg->stat_ios, gfp))

Completed in 121 milliseconds