Home
last modified time | relevance | path

Searched refs:cpu_dkstats (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/block/
H A Dblk-cgroup.c832 struct disk_stats *cpu_dkstats; in blkcg_fill_root_iostats() local
834 cpu_dkstats = per_cpu_ptr(part->dkstats, cpu); in blkcg_fill_root_iostats()
836 cpu_dkstats->ios[STAT_READ]; in blkcg_fill_root_iostats()
838 cpu_dkstats->ios[STAT_WRITE]; in blkcg_fill_root_iostats()
840 cpu_dkstats->ios[STAT_DISCARD]; in blkcg_fill_root_iostats()
843 cpu_dkstats->sectors[STAT_READ] << 9; in blkcg_fill_root_iostats()
845 cpu_dkstats->sectors[STAT_WRITE] << 9; in blkcg_fill_root_iostats()
847 cpu_dkstats->sectors[STAT_DISCARD] << 9; in blkcg_fill_root_iostats()