Home
last modified time | relevance | path

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

/linux-6.12.1/samples/trace_events/
Dtrace-events-sample.h256 static inline int __length_of(const int *list) in __length_of() function
302 __dynamic_array(int, list, __length_of(lst))
314 __length_of(lst) * sizeof(int));