Searched refs:blkg_rwstat (Results 1 - 4 of 4) sorted by relevance

/linux-master/block/
H A Dblk-cgroup-rwstat.h26 struct blkg_rwstat { struct
35 static inline u64 blkg_rwstat_read_counter(struct blkg_rwstat *rwstat,
42 int blkg_rwstat_init(struct blkg_rwstat *rwstat, gfp_t gfp);
43 void blkg_rwstat_exit(struct blkg_rwstat *rwstat);
53 * blkg_rwstat_add - add a value to a blkg_rwstat
54 * @rwstat: target blkg_rwstat
61 static inline void blkg_rwstat_add(struct blkg_rwstat *rwstat,
84 * blkg_rwstat_read - read the current values of a blkg_rwstat
85 * @rwstat: blkg_rwstat to read
89 static inline void blkg_rwstat_read(struct blkg_rwstat *rwsta
[all...]
H A Dblk-cgroup-rwstat.c8 int blkg_rwstat_init(struct blkg_rwstat *rwstat, gfp_t gfp)
25 void blkg_rwstat_exit(struct blkg_rwstat *rwstat)
35 * __blkg_prfill_rwstat - prfill helper for a blkg_rwstat
72 * blkg_prfill_rwstat - prfill callback for blkg_rwstat
75 * @off: offset to the blkg_rwstat in @pd
77 * prfill callback for printing a blkg_rwstat.
90 * blkg_rwstat_recursive_sum - collect hierarchical blkg_rwstat
92 * @pol: blkcg_policy which contains the blkg_rwstat
93 * @off: offset to the blkg_rwstat in blkg_policy_data or @blkg
96 * Collect the blkg_rwstat specifie
[all...]
H A Dblk-throttle.h151 struct blkg_rwstat stat_bytes;
152 struct blkg_rwstat stat_ios;
H A Dbfq-iosched.h922 struct blkg_rwstat bytes;
923 struct blkg_rwstat ios;
926 struct blkg_rwstat merged;
928 struct blkg_rwstat service_time;
930 struct blkg_rwstat wait_time;
932 struct blkg_rwstat queued;

Completed in 219 milliseconds