Home
last modified time | relevance | path

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

/tools/arch/arm64/include/asm/
Dbarrier.h29 union { typeof(*p) __val; char __c[1]; } __u = \
30 { .__val = (v) }; \
66 union { typeof(*p) __val; char __c[1]; } __u = \
95 __u.__val; \
/tools/virtio/ringtest/
Dmain.h180 union { typeof(x) __val; char __c[1]; } __u; \
183 __u.__val; \
188 union { typeof(x) __val; char __c[1]; } __u = \
189 { .__val = (typeof(x)) (val) }; \
191 __u.__val; \
/tools/include/linux/
Dcompiler.h180 union { typeof(x) __val; char __c[1]; } __u = \
183 __u.__val; \
188 union { typeof(x) __val; char __c[1]; } __u = \
189 { .__val = (val) }; \
191 __u.__val; \
/tools/perf/util/
Devent.c131 #define CASE(__term, __val) \ in perf_event__read_stat_config() argument
133 config->__val = event->data[i].val; \ in perf_event__read_stat_config()
Dparse-events.c1252 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \ in get_config_terms() argument
1255 __t->val.__name = __val; \ in get_config_terms()
1258 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \ in get_config_terms() argument
1261 __t->val.str = strdup(__val); \ in get_config_terms()
Dsynthetic-events.c1247 #define ADD(__term, __val) \ in perf_event__synthesize_stat_config() argument
1249 event->data[i].val = __val; \ in perf_event__synthesize_stat_config()
/tools/perf/
Dbuiltin-c2c.c1156 #define MEAN_ENTRY(__func, __val) \ argument
1162 return mean_entry(fmt, hpp, he, avg_stats(&c2c_he->cstats.__val)); \