Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dblk-cgroup.c83 free_percpu(blkg->iostat_cpu); in blkg_free()
164 blkg->iostat_cpu = alloc_percpu_gfp(struct blkg_iostat_set, gfp_mask); in blkg_alloc()
165 if (!blkg->iostat_cpu) in blkg_alloc()
177 u64_stats_init(&per_cpu_ptr(blkg->iostat_cpu, cpu)->sync); in blkg_alloc()
458 per_cpu_ptr(blkg->iostat_cpu, cpu); in blkcg_reset_stats()
773 struct blkg_iostat_set *bisc = per_cpu_ptr(blkg->iostat_cpu, cpu); in blkcg_rstat_flush()
1903 bis = per_cpu_ptr(bio->bi_blkg->iostat_cpu, cpu); in blk_cgroup_bio_start()
/Linux-v5.10/include/linux/
Dblk-cgroup.h121 struct blkg_iostat_set __percpu *iostat_cpu; member