Searched defs:struct (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ |
D | tracepoint.h | 497 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument 499 #define TRACE_EVENT_FN(name, proto, args, struct, \ argument 503 struct, assign, print) \ argument
|
/linux-4.4.14/arch/x86/include/asm/ |
D | paravirt.h | 895 #define PARA_PATCH(struct, off) ((PARAVIRT_PATCH_##struct + (off)) / 8) argument 910 #define PARA_PATCH(struct, off) ((PARAVIRT_PATCH_##struct + (off)) / 4) argument
|