Home
last modified time | relevance | path

Searched defs:struct_name (Results 1 – 6 of 6) sorted by relevance

/linux-5.10/kernel/trace/
Dtrace_export.c32 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument
67 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument
80 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print) \ argument
126 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument
161 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \ argument
182 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \ argument
Dtrace.h81 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument
91 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument
95 #define FTRACE_ENTRY_PACKED(name, struct_name, id, tstruct, print) \ argument
2027 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print) \ argument
2031 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print) \ argument
2034 #define FTRACE_ENTRY_PACKED(call, struct_name, id, tstruct, print) \ argument
/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c10 #define STRUCT_TO_CHAR_PTR(struct_name) (const char *)&(struct struct_name) argument
12 #define FLAVORS_DATA(struct_name) STRUCT_TO_CHAR_PTR(struct_name) { \ argument
36 #define NESTING_DATA(struct_name) STRUCT_TO_CHAR_PTR(struct_name) { \ argument
59 #define ARRAYS_DATA(struct_name) STRUCT_TO_CHAR_PTR(struct_name) { \ argument
90 #define PRIMITIVES_DATA(struct_name) STRUCT_TO_CHAR_PTR(struct_name) { \ argument
154 #define INTS_DATA(struct_name) STRUCT_TO_CHAR_PTR(struct_name) { \ argument
/linux-5.10/include/linux/usb/
Dgadget_configfs.h30 #define GS_STRINGS_RW(struct_name, _name) \ argument
/linux-5.10/fs/f2fs/
Dsysfs.c512 #define F2FS_RW_ATTR(struct_type, struct_name, name, elname) \ argument
/linux-5.10/drivers/acpi/
Dcppc_acpi.c135 #define show_cppc_data(access_fn, struct_name, member_name) \ argument