Searched refs:ios (Results 1 – 6 of 6) sorted by relevance
/block/ |
D | blk-cgroup.c | 741 dst->ios[i] = src->ios[i]; in blkg_iostat_set() 751 dst->ios[i] += src->ios[i]; in blkg_iostat_add() 761 dst->ios[i] -= src->ios[i]; in blkg_iostat_sub() 835 tmp.ios[BLKG_IOSTAT_READ] += in blkcg_fill_root_iostats() 836 cpu_dkstats->ios[STAT_READ]; in blkcg_fill_root_iostats() 837 tmp.ios[BLKG_IOSTAT_WRITE] += in blkcg_fill_root_iostats() 838 cpu_dkstats->ios[STAT_WRITE]; in blkcg_fill_root_iostats() 839 tmp.ios[BLKG_IOSTAT_DISCARD] += in blkcg_fill_root_iostats() 840 cpu_dkstats->ios[STAT_DISCARD]; in blkcg_fill_root_iostats() 902 rios = bis->cur.ios[BLKG_IOSTAT_READ]; in blkcg_print_stat() [all …]
|
D | genhd.c | 107 stat->ios[group] += ptr->ios[group]; in part_stat_read_all() 1309 stat.ios[STAT_READ], in part_stat_show() 1313 stat.ios[STAT_WRITE], in part_stat_show() 1324 stat.ios[STAT_DISCARD], in part_stat_show() 1328 stat.ios[STAT_FLUSH], in part_stat_show() 1633 stat.ios[STAT_READ], in diskstats_show() 1638 stat.ios[STAT_WRITE], in diskstats_show() 1650 stat.ios[STAT_DISCARD], in diskstats_show() 1655 stat.ios[STAT_FLUSH], in diskstats_show()
|
D | bfq-cgroup.c | 358 blkg_rwstat_add(&bfqg->stats.ios, rq->cmd_flags, 1); in bfqg_stats_update_legacy_io() 446 blkg_rwstat_exit(&stats->ios); in bfqg_stats_exit() 465 blkg_rwstat_init(&stats->ios, gfp)) in bfqg_stats_init() 1311 .private = offsetof(struct bfq_group, stats.ios), 1354 .private = offsetof(struct bfq_group, stats.ios),
|
D | blk-flush.c | 145 part_stat_inc(part, ios[STAT_FLUSH]); in blk_account_io_flush()
|
D | bfq-iosched.h | 816 struct blkg_rwstat ios; member
|
D | blk-core.c | 1315 part_stat_inc(part, ios[sgrp]); in blk_account_io_done() 1343 part_stat_inc(part, ios[sgrp]); in __part_start_io_acct()
|