Home
last modified time | relevance | path

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

/openbmc/linux/samples/trace_events/
H A Dtrace-events-sample.h254 static inline int __length_of(const int *list) in __length_of() function
300 __dynamic_array(int, list, __length_of(lst))
311 __length_of(lst) * sizeof(int));