Lines Matching refs:exp
1459 #define STATS_DESC_COMMON(type, unit, base, exp, sz, bsz) \ argument
1464 .exponent = exp, \
1468 #define VM_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1471 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1476 #define VCPU_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1479 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1484 #define VM_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1487 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1492 #define VCPU_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1495 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1501 #define STATS_DESC(SCOPE, stat, type, unit, base, exp, sz, bsz) \ argument
1502 SCOPE##_STATS_DESC(stat, type, unit, base, exp, sz, bsz)