Searched refs:container (Results 1 – 3 of 3) sorted by relevance
| /kernel/trace/ |
| A D | trace_export.c | 46 #define __field_desc(type, container, item) type item; argument 49 #define __field_packed(type, container, item) type item; argument 58 #define __array_desc(type, container, item, size) type item[size]; argument 150 #define __field_desc(type, container, item) argument 153 #define __field_packed(type, container, item) argument 162 #define __array_desc(type, container, item, len) argument
|
| A D | trace.h | 74 #define __field_desc(type, container, item) argument 77 #define __field_packed(type, container, item) argument 93 #define __array_desc(type, container, item, size) argument
|
| /kernel/time/ |
| A D | timer.c | 657 #define TIMER_HINT(fn, container, timr, hintfn) \ argument 660 .offset = offsetof(container, hintfn) - \ 661 offsetof(container, timr) \
|
Completed in 17 milliseconds