Home
last modified time | relevance | path

Searched refs:container (Results 1 – 3 of 3) sorted by relevance

/kernel/trace/
Dtrace_export.c46 #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
Dtrace.h72 #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/
Dtimer.c652 #define TIMER_HINT(fn, container, timr, hintfn) \ argument
655 .offset = offsetof(container, hintfn) - \
656 offsetof(container, timr) \