Searched refs:service_bytes (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/block/ |
D | blk-throttle.c | 89 struct blkg_rwstat service_bytes; member 261 blkg_rwstat_init(&tg_stats->service_bytes); in tg_stats_init() 507 blkg_rwstat_reset(&sc->service_bytes); in throtl_pd_reset_stats() 980 blkg_rwstat_add(&stats_cpu->service_bytes, rw, bytes); in throtl_update_dispatch_stats() 1452 .private = offsetof(struct tg_stats_cpu, service_bytes),
|
D | cfq-iosched.c | 176 struct blkg_rwstat service_bytes; member 676 blkg_rwstat_add(&cfqg->stats.service_bytes, rw, bytes); in cfqg_stats_update_dispatch() 696 blkg_rwstat_reset(&stats->service_bytes); in cfqg_stats_reset() 717 blkg_rwstat_merge(&to->service_bytes, &from->service_bytes); in cfqg_stats_merge() 1526 blkg_rwstat_init(&stats->service_bytes); in cfqg_stats_init() 1900 .private = offsetof(struct cfq_group, stats.service_bytes), 1942 .private = offsetof(struct cfq_group, stats.service_bytes),
|