Home
last modified time | relevance | path

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

/Linux-v6.6/block/
Dblk-cgroup.c1068 struct disk_stats *cpu_dkstats; in blkcg_fill_root_iostats() local
1070 cpu_dkstats = per_cpu_ptr(bdev->bd_stats, cpu); in blkcg_fill_root_iostats()
1072 cpu_dkstats->ios[STAT_READ]; in blkcg_fill_root_iostats()
1074 cpu_dkstats->ios[STAT_WRITE]; in blkcg_fill_root_iostats()
1076 cpu_dkstats->ios[STAT_DISCARD]; in blkcg_fill_root_iostats()
1079 cpu_dkstats->sectors[STAT_READ] << 9; in blkcg_fill_root_iostats()
1081 cpu_dkstats->sectors[STAT_WRITE] << 9; in blkcg_fill_root_iostats()
1083 cpu_dkstats->sectors[STAT_DISCARD] << 9; in blkcg_fill_root_iostats()