Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-cgroup.c145 free_percpu(blkg->iostat_cpu); in blkg_free_workfn()
317 blkg->iostat_cpu = alloc_percpu_gfp(struct blkg_iostat_set, gfp_mask); in blkg_alloc()
318 if (!blkg->iostat_cpu) in blkg_alloc()
335 u64_stats_init(&per_cpu_ptr(blkg->iostat_cpu, cpu)->sync); in blkg_alloc()
336 per_cpu_ptr(blkg->iostat_cpu, cpu)->blkg = blkg; in blkg_alloc()
364 free_percpu(blkg->iostat_cpu); in blkg_alloc()
649 struct blkg_iostat_set *s = per_cpu_ptr(blkg->iostat_cpu, cpu); in blkg_clear_stat()
2163 bis = per_cpu_ptr(bio->bi_blkg->iostat_cpu, cpu); in blk_cgroup_bio_start()
H A Dblk-cgroup.h71 struct blkg_iostat_set __percpu *iostat_cpu; member