| H A D | kvm_host.h | 1947 #define STATS_DESC_COMMON(type, unit, base, exp, sz, bsz) \ argument 1954 .bucket_size = bsz 1956 #define VM_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1958 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ 1962 #define VCPU_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1964 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ 1968 #define VM_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1970 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ 1974 #define VCPU_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1976 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ [all …]
|