Searched defs:struct (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ |
D | tracepoint.h | 533 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument 535 #define TRACE_EVENT_FN(name, proto, args, struct, \ argument 538 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument 543 struct, assign, print) \ argument
|
/Linux-v4.19/arch/x86/include/asm/ |
D | paravirt.h | 871 #define PARA_PATCH(struct, off) ((PARAVIRT_PATCH_##struct + (off)) / 8) argument 886 #define PARA_PATCH(struct, off) ((PARAVIRT_PATCH_##struct + (off)) / 4) argument
|