Searched defs:container (Results 1 – 2 of 2) sorted by relevance
| /kernel/trace/ |
| D | trace_export.c | 38 #define __field_desc(type, container, item) type item; argument 44 #define __array_desc(type, container, item, size) type item[size]; argument 85 #define __field_desc(type, container, item) \ argument 108 #define __array_desc(type, container, item, len) \ argument 149 #define __field_desc(type, container, item) argument 155 #define __array_desc(type, container, item, len) argument
|
| D | trace.h | 57 #define __field_desc(type, container, item) argument 63 #define __array_desc(type, container, item, size) argument
|