Lines Matching defs:name
27 * - name of entries.
30 const char *name;
35 .name = _name, \
40 .name = NULL, \
120 #define DEFINE_SNMP_STAT(type, name) \
121 __typeof__(type) __percpu *name
122 #define DEFINE_SNMP_STAT_ATOMIC(type, name) \
123 __typeof__(type) *name
124 #define DECLARE_SNMP_STAT(type, name) \
125 extern __typeof__(type) __percpu *name