Home
last modified time | relevance | path

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

/Linux-v5.15/samples/trace_events/
Dtrace-events-sample.h221 static inline int __length_of(const int *list) in __length_of() function
266 __dynamic_array(int, list, __length_of(lst))
275 __length_of(lst) * sizeof(int));