Home
last modified time | relevance | path

Searched refs:bsz (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dkvm_host.h1911 #define STATS_DESC_COMMON(type, unit, base, exp, sz, bsz) \ argument
1918 .bucket_size = bsz
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), \
[all …]