Searched refs:container (Results 1 – 3 of 3) sorted by relevance
/kernel/trace/ |
D | trace_export.c | 46 #define __field_desc(type, container, item) type item; argument 49 #define __field_packed(type, container, item) type item; argument 55 #define __array_desc(type, container, item, size) type item[size]; argument 144 #define __field_desc(type, container, item) argument 147 #define __field_packed(type, container, item) argument 153 #define __array_desc(type, container, item, len) argument
|
D | trace.h | 72 #define __field_desc(type, container, item) argument 75 #define __field_packed(type, container, item) argument 81 #define __array_desc(type, container, item, size) argument
|
/kernel/time/ |
D | timer.c | 652 #define TIMER_HINT(fn, container, timr, hintfn) \ argument 655 .offset = offsetof(container, hintfn) - \ 656 offsetof(container, timr) \
|