Home
last modified time | relevance | path

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

/linux-6.1.9/samples/trace_events/
Dtrace-events-sample.h242 static inline int __length_of(const int *list) in __length_of() function
288 __dynamic_array(int, list, __length_of(lst))
298 __length_of(lst) * sizeof(int));