Symbol: __array
arch/powerpc/perf/req-gen/_request-begin.h
10
#define __array(f_offset, f_bytes, f_name) \
arch/powerpc/perf/req-gen/_request-end.h
4
#undef __array
drivers/firmware/qcom/qcom_qseecom_uefisecapp.c
269
#define __array(type, count) __array_offs(type, count, NULL)
include/linux/genl_magic_func.h
195
#undef __array
include/linux/genl_magic_func.h
196
#define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \
include/linux/genl_magic_func.h
361
#undef __array
include/linux/genl_magic_func.h
362
#define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \
include/linux/genl_magic_func.h
380
#undef __array
include/linux/genl_magic_func.h
381
#define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \
include/linux/genl_magic_func.h
41
#undef __array
include/linux/genl_magic_func.h
42
#define __array(attr_nr, attr_flag, name, nla_type, _type, maxlen, \
include/linux/genl_magic_struct.h
163
#undef __array
include/linux/genl_magic_struct.h
164
#define __array(attr_nr, attr_flag, name, nla_type, type, \
include/linux/genl_magic_struct.h
232
#undef __array
include/linux/genl_magic_struct.h
233
#define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \
include/linux/genl_magic_struct.h
256
#undef __array
include/linux/genl_magic_struct.h
257
#define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \
include/linux/genl_magic_struct.h
275
#undef __array
include/linux/genl_magic_struct.h
276
#define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \
include/trace/stages/stage1_struct_define.h
17
#undef __array
include/trace/stages/stage1_struct_define.h
18
#define __array(type, item, len) type item[len];
include/trace/stages/stage2_data_offsets.h
23
#undef __array
include/trace/stages/stage2_data_offsets.h
24
#define __array(type, item, len)
include/trace/stages/stage4_event_fields.h
25
#undef __array
include/trace/stages/stage4_event_fields.h
26
#define __array(_type, _item, _len) { \
include/trace/stages/stage5_get_offsets.h
47
#undef __array
include/trace/stages/stage5_get_offsets.h
48
#define __array(type, item, len)
include/trace/stages/stage6_event_callback.h
17
#undef __array
include/trace/stages/stage6_event_callback.h
18
#define __array(type, item, len)
kernel/trace/trace.h
83
#undef __array
kernel/trace/trace.h
84
#define __array(type, item, size) type item[size];
kernel/trace/trace_export.c
119
#undef __array
kernel/trace/trace_export.c
120
#define __array(_type, _item, _len) { \
kernel/trace/trace_export.c
164
#undef __array
kernel/trace/trace_export.c
165
#define __array(type, item, len)
kernel/trace/trace_export.c
54
#undef __array
kernel/trace/trace_export.c
55
#define __array(type, item, size) type item[size];
tools/lib/bpf/bpf_helpers.h
15
#define __array(name, val) typeof(val) *name[]