Home
last modified time | relevance | path

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

/kernel/trace/
A Dtrace_export.c46 #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 Dtrace.h74 #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 Dtimer.c657 #define TIMER_HINT(fn, container, timr, hintfn) \ argument
660 .offset = offsetof(container, hintfn) - \
661 offsetof(container, timr) \

Completed in 20 milliseconds