Searched defs:struct (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/ |
D | tracepoint.h | 472 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument 474 #define TRACE_EVENT_FN(name, proto, args, struct, \ argument 478 struct, assign, print) \ argument
|
/linux-4.1.27/arch/x86/include/asm/ |
D | paravirt.h | 892 #define PARA_PATCH(struct, off) ((PARAVIRT_PATCH_##struct + (off)) / 8) argument 907 #define PARA_PATCH(struct, off) ((PARAVIRT_PATCH_##struct + (off)) / 4) argument
|