| H A D | kvm_host.h | 1955 #define STATS_DESC_COMMON(type, unit, base, exp, sz, bsz) \ argument 1962 .bucket_size = bsz 1964 #define VM_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1967 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ 1972 #define VCPU_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1975 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ 1980 #define VM_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1983 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ 1988 #define VCPU_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1991 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ [all …]
|