Lines Matching refs:exp
1911 #define STATS_DESC_COMMON(type, unit, base, exp, sz, bsz) \ argument
1916 .exponent = exp, \
1920 #define VM_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1923 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1928 #define VCPU_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1931 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1936 #define VM_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1939 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1944 #define VCPU_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1947 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1953 #define STATS_DESC(SCOPE, stat, type, unit, base, exp, sz, bsz) \ argument
1954 SCOPE##_STATS_DESC(stat, type, unit, base, exp, sz, bsz)