Searched refs:blkg_iostat_set (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/block/ |
H A D | blk-cgroup.h | 45 struct blkg_iostat_set { struct 71 struct blkg_iostat_set __percpu *iostat_cpu; 72 struct blkg_iostat_set iostat; 107 * List of updated percpu blkg_iostat_set's since the last flush.
|
H A D | blk-cgroup.c | 317 blkg->iostat_cpu = alloc_percpu_gfp(struct blkg_iostat_set, gfp_mask); in blkg_alloc() 639 struct blkg_iostat_set *bis = in blkcg_reset_stats() 643 /* Re-initialize the cleared blkg_iostat_set */ in blkcg_reset_stats() 952 static void blkg_iostat_set(struct blkg_iostat *dst, struct blkg_iostat *src) in blkg_iostat_set() function 990 blkg_iostat_set(&delta, cur); in blkcg_iostat_update() 1001 struct blkg_iostat_set *bisc, *next_bisc; in __blkcg_rstat_flush() 1032 blkg_iostat_set(&cur, &bisc->cur); in __blkcg_rstat_flush() 1100 blkg_iostat_set(&blkg->iostat.cur, &tmp); in blkcg_fill_root_iostats() 1107 struct blkg_iostat_set *bis = &blkg->iostat; in blkcg_print_one_stat() 2105 struct blkg_iostat_set *bi in blk_cgroup_bio_start() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | blk-cgroup.h | 69 struct blkg_iostat_set { struct 122 struct blkg_iostat_set __percpu *iostat_cpu; 123 struct blkg_iostat_set iostat;
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-cgroup.c | 164 blkg->iostat_cpu = alloc_percpu_gfp(struct blkg_iostat_set, gfp_mask); in blkg_alloc() 457 struct blkg_iostat_set *bis = in blkcg_reset_stats() 745 static void blkg_iostat_set(struct blkg_iostat *dst, struct blkg_iostat *src) in blkg_iostat_set() function 784 struct blkg_iostat_set *bisc = per_cpu_ptr(blkg->iostat_cpu, cpu); in blkcg_rstat_flush() 791 blkg_iostat_set(&cur, &bisc->cur); in blkcg_rstat_flush() 796 blkg_iostat_set(&delta, &cur); in blkcg_rstat_flush() 805 blkg_iostat_set(&delta, &blkg->iostat.cur); in blkcg_rstat_flush() 860 blkg_iostat_set(&blkg->iostat.cur, &tmp); in blkcg_fill_root_iostats() 880 struct blkg_iostat_set *bis = &blkg->iostat; in blkcg_print_stat() 1927 struct blkg_iostat_set *bi in blk_cgroup_bio_start() [all...] |
Completed in 8 milliseconds