Lines Matching refs:exp
1468 #define STATS_DESC_COMMON(type, unit, base, exp, sz, bsz) \ argument
1473 .exponent = exp, \
1477 #define VM_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1480 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1485 #define VCPU_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1488 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1493 #define VM_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1496 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1501 #define VCPU_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1504 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1510 #define STATS_DESC(SCOPE, stat, type, unit, base, exp, sz, bsz) \ argument
1511 SCOPE##_STATS_DESC(stat, type, unit, base, exp, sz, bsz)