Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkvm_host.h1980 /* SCOPE: VM, VM_GENERIC, VCPU, VCPU_GENERIC */
1981 #define STATS_DESC(SCOPE, stat, type, unit, base, exp, sz, bsz) \
1982 SCOPE##_STATS_DESC(stat, type, unit, base, exp, sz, bsz)
1984 #define STATS_DESC_CUMULATIVE(SCOPE, name, unit, base, exponent) \
1985 STATS_DESC(SCOPE, name, KVM_STATS_TYPE_CUMULATIVE, \
1987 #define STATS_DESC_INSTANT(SCOPE, name, unit, base, exponent) \
1988 STATS_DESC(SCOPE, name, KVM_STATS_TYPE_INSTANT, \
1990 #define STATS_DESC_PEAK(SCOPE, name, unit, base, exponent) \
1991 STATS_DESC(SCOPE, name, KVM_STATS_TYPE_PEAK, \
1993 #define STATS_DESC_LINEAR_HIST(SCOPE, nam
1994 STATS_DESC(SCOPE,stat,type,unit,base,exp,sz,bsz) global() argument
1997 STATS_DESC_CUMULATIVE(SCOPE,name,unit,base,exponent) global() argument
2000 STATS_DESC_INSTANT(SCOPE,name,unit,base,exponent) global() argument
2003 STATS_DESC_PEAK(SCOPE,name,unit,base,exponent) global() argument
2006 STATS_DESC_LINEAR_HIST(SCOPE,name,unit,base,exponent,sz,bsz) global() argument
2009 STATS_DESC_LOG_HIST(SCOPE,name,unit,base,exponent,sz) global() argument
2014 STATS_DESC_COUNTER(SCOPE,name) global() argument
2018 STATS_DESC_ICOUNTER(SCOPE,name) global() argument
2022 STATS_DESC_PCOUNTER(SCOPE,name) global() argument
2027 STATS_DESC_IBOOLEAN(SCOPE,name) global() argument
2031 STATS_DESC_PBOOLEAN(SCOPE,name) global() argument
2036 STATS_DESC_TIME_NSEC(SCOPE,name) global() argument
2040 STATS_DESC_LINHIST_TIME_NSEC(SCOPE,name,sz,bsz) global() argument
2044 STATS_DESC_LOGHIST_TIME_NSEC(SCOPE,name,sz) global() argument
[all...]
/linux/drivers/gpu/drm/amd/include/
H A Dsoc24_enum.h350 typedef enum SCOPE { enum
355 } SCOPE; typedef